Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

44 lines
1.3 KiB
C#

using System;
using System.Reflection;
using Cpp2IlInjected;
namespace System.Diagnostics.Tracing
{
// Token: 0x0200063B RID: 1595
[Token(Token = "0x200063B")]
internal class NonGenericProperytWriter<ContainerType> : PropertyAccessor<ContainerType>
{
// Token: 0x06002FE7 RID: 12263 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002FE7")]
[Address(RVA = "0x317D980", Offset = "0x317C780", VA = "0x18317D980")]
public NonGenericProperytWriter(PropertyAnalysis property)
{
}
// Token: 0x06002FE8 RID: 12264 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002FE8")]
[Address(RVA = "0x317D500", Offset = "0x317C300", VA = "0x18317D500", Slot = "4")]
public override void Write(TraceLoggingDataCollector collector, ref ContainerType container)
{
}
// Token: 0x06002FE9 RID: 12265 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6002FE9")]
[Address(RVA = "0x317D2D0", Offset = "0x317C0D0", VA = "0x18317D2D0", Slot = "5")]
public override object GetData(ContainerType container)
{
return null;
}
// Token: 0x04001ABA RID: 6842
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001ABA")]
private readonly TraceLoggingTypeInfo typeInfo;
// Token: 0x04001ABB RID: 6843
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001ABB")]
private readonly MethodInfo getterInfo;
}
}