mscorlib(4.0.0.0) API with additions
EventChannel.cs
2 
4 {
6  [FriendAccessAllowed]
7  [__DynamicallyInvokable]
8  public enum EventChannel : byte
9  {
11  [__DynamicallyInvokable]
12  None = 0,
14  [__DynamicallyInvokable]
15  Admin = 0x10,
17  [__DynamicallyInvokable]
18  Operational = 17,
20  [__DynamicallyInvokable]
21  Analytic = 18,
23  [__DynamicallyInvokable]
24  Debug = 19
25  }
26 }
Definition: __Canon.cs:3
Provides a set of methods and properties that help debug your code.
Definition: Debug.cs:8
The administrator log channel.
EventChannel
Specifies the event log channel for the event.
Definition: EventChannel.cs:8