21 lines
657 B
C#
21 lines
657 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Diagnostics.Tracing
|
|
{
|
|
/// <summary>Identifies a method that is not generating an event.</summary>
|
|
// Token: 0x020006B1 RID: 1713
|
|
[Token(Token = "0x20006B1")]
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public sealed class NonEventAttribute : Attribute
|
|
{
|
|
/// <summary>Creates a new instance of the <see cref="T:System.Diagnostics.Tracing.NonEventAttribute" /> class.</summary>
|
|
// Token: 0x060033E3 RID: 13283 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x60033E3")]
|
|
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
|
|
public NonEventAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|