36 lines
1.0 KiB
C#
36 lines
1.0 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Diagnostics.Tracing
|
|
{
|
|
// Token: 0x0200063A RID: 1594
|
|
[Token(Token = "0x200063A")]
|
|
internal abstract class PropertyAccessor<ContainerType>
|
|
{
|
|
// Token: 0x06002FE3 RID: 12259
|
|
[Token(Token = "0x6002FE3")]
|
|
[Address(Slot = "4")]
|
|
public abstract void Write(TraceLoggingDataCollector collector, ref ContainerType value);
|
|
|
|
// Token: 0x06002FE4 RID: 12260
|
|
[Token(Token = "0x6002FE4")]
|
|
[Address(Slot = "5")]
|
|
public abstract object GetData(ContainerType value);
|
|
|
|
// Token: 0x06002FE5 RID: 12261 RVA: 0x00002082 File Offset: 0x00000282
|
|
[Token(Token = "0x6002FE5")]
|
|
[Address(RVA = "0x3181120", Offset = "0x317FF20", VA = "0x183181120")]
|
|
public static PropertyAccessor<ContainerType> Create(PropertyAnalysis property)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06002FE6 RID: 12262 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6002FE6")]
|
|
[Address(RVA = "0x118F5A0", Offset = "0x118E3A0", VA = "0x18118F5A0")]
|
|
protected PropertyAccessor()
|
|
{
|
|
}
|
|
}
|
|
}
|