m
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Diagnostics.Tracing
|
||||
{
|
||||
/// <summary>Specifies the event log channel for the event.</summary>
|
||||
// Token: 0x020006C6 RID: 1734
|
||||
[Token(Token = "0x20006C6")]
|
||||
[FriendAccessAllowed]
|
||||
public enum EventChannel : byte
|
||||
{
|
||||
/// <summary>No channel specified.</summary>
|
||||
// Token: 0x04001CC9 RID: 7369
|
||||
[Token(Token = "0x4001CC9")]
|
||||
None,
|
||||
/// <summary>The administrator log channel.</summary>
|
||||
// Token: 0x04001CCA RID: 7370
|
||||
[Token(Token = "0x4001CCA")]
|
||||
Admin = 16,
|
||||
/// <summary>The operational channel.</summary>
|
||||
// Token: 0x04001CCB RID: 7371
|
||||
[Token(Token = "0x4001CCB")]
|
||||
Operational,
|
||||
/// <summary>The analytic channel.</summary>
|
||||
// Token: 0x04001CCC RID: 7372
|
||||
[Token(Token = "0x4001CCC")]
|
||||
Analytic,
|
||||
/// <summary>The debug channel.</summary>
|
||||
// Token: 0x04001CCD RID: 7373
|
||||
[Token(Token = "0x4001CCD")]
|
||||
Debug
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user