Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Diagnostics/Tracing/NonGenericProperytWriter.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

44 lines
1.3 KiB
C#

using System;
using System.Reflection;
using Cpp2IlInjected;
namespace System.Diagnostics.Tracing
{
// Token: 0x0200065C RID: 1628
[Token(Token = "0x200065C")]
internal class NonGenericProperytWriter<ContainerType> : PropertyAccessor<ContainerType>
{
// Token: 0x060031FF RID: 12799 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60031FF")]
[Address(RVA = "0x3537870", Offset = "0x3536870", VA = "0x183537870")]
public NonGenericProperytWriter(PropertyAnalysis property)
{
}
// Token: 0x06003200 RID: 12800 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6003200")]
[Address(RVA = "0x35373F0", Offset = "0x35363F0", VA = "0x1835373F0", Slot = "4")]
public override void Write(TraceLoggingDataCollector collector, ref ContainerType container)
{
}
// Token: 0x06003201 RID: 12801 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6003201")]
[Address(RVA = "0x35371C0", Offset = "0x35361C0", VA = "0x1835371C0", Slot = "5")]
public override object GetData(ContainerType container)
{
return null;
}
// Token: 0x04001B7D RID: 7037
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001B7D")]
private readonly TraceLoggingTypeInfo typeInfo;
// Token: 0x04001B7E RID: 7038
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4001B7E")]
private readonly MethodInfo getterInfo;
}
}