mscorlib(4.0.0.0) API with additions
EventChannel.cs
1
using
System
.
Runtime
.
CompilerServices
;
2
3
namespace
System.Diagnostics.Tracing
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
}
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.CompilerServices
Definition:
AccessedThroughPropertyAttribute.cs:3
System.Diagnostics.Debug
Provides a set of methods and properties that help debug your code.
Definition:
Debug.cs:8
System.Diagnostics.Tracing.EventChannel.Analytic
The analytic channel.
System.Diagnostics.Tracing.EventChannel.Admin
The administrator log channel.
System.Diagnostics.Tracing
Definition:
ActivityFilter.cs:6
System.Diagnostics.Tracing.EventChannel
EventChannel
Specifies the event log channel for the event.
Definition:
EventChannel.cs:8
All cs
System.Diagnostics.Tracing
EventChannel.cs
Generated by
1.8.15