a
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Diagnostics.Tracing
|
||||
{
|
||||
/// <summary>The <see cref="T:System.Diagnostics.Tracing.EventFieldAttribute" /> is placed on fields of user-defined types that are passed as <see cref="T:System.Diagnostics.Tracing.EventSource" /> payloads.</summary>
|
||||
// Token: 0x02000631 RID: 1585
|
||||
[Token(Token = "0x2000631")]
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class EventFieldAttribute : Attribute
|
||||
{
|
||||
/// <summary>Gets or sets the user-defined <see cref="T:System.Diagnostics.Tracing.EventFieldTags" /> value that is required for fields that contain data that isn't one of the supported types.</summary>
|
||||
/// <returns>Returns <see cref="T:System.Diagnostics.Tracing.EventFieldTags" />.</returns>
|
||||
// Token: 0x17000770 RID: 1904
|
||||
// (get) Token: 0x06002FB6 RID: 12214 RVA: 0x00018DF8 File Offset: 0x00016FF8
|
||||
[Token(Token = "0x17000770")]
|
||||
public EventFieldTags Tags
|
||||
{
|
||||
[Token(Token = "0x6002FB6")]
|
||||
[Address(RVA = "0x3FA560", Offset = "0x3F9360", VA = "0x1803FA560")]
|
||||
[CompilerGenerated]
|
||||
get
|
||||
{
|
||||
return EventFieldTags.None;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000771 RID: 1905
|
||||
// (get) Token: 0x06002FB7 RID: 12215 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x17000771")]
|
||||
internal string Name
|
||||
{
|
||||
[Token(Token = "0x6002FB7")]
|
||||
[Address(RVA = "0x3F5F40", Offset = "0x3F4D40", VA = "0x1803F5F40")]
|
||||
[CompilerGenerated]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the value that specifies how to format the value of a user-defined type.</summary>
|
||||
/// <returns>The value that specifies how to format the value of a user-defined type.</returns>
|
||||
// Token: 0x17000772 RID: 1906
|
||||
// (get) Token: 0x06002FB8 RID: 12216 RVA: 0x00018E10 File Offset: 0x00017010
|
||||
[Token(Token = "0x17000772")]
|
||||
public EventFieldFormat Format
|
||||
{
|
||||
[Token(Token = "0x6002FB8")]
|
||||
[Address(RVA = "0x3F7310", Offset = "0x3F6110", VA = "0x1803F7310")]
|
||||
[CompilerGenerated]
|
||||
get
|
||||
{
|
||||
return EventFieldFormat.Default;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user