mscorlib(4.0.0.0) API with additions
EventCommand.cs
1
namespace
System.Diagnostics.Tracing
2
{
4
[__DynamicallyInvokable]
5
public
enum
EventCommand
6
{
8
[__DynamicallyInvokable]
9
Update = 0,
11
[__DynamicallyInvokable]
12
SendManifest = -1,
14
[__DynamicallyInvokable]
15
Enable = -2,
17
[__DynamicallyInvokable]
18
Disable = -3
19
}
20
}
System.Diagnostics.Tracing
Definition:
ActivityFilter.cs:6
System.Diagnostics.Tracing.EventCommand
EventCommand
Describes the command (P:System.Diagnostics.Tracing.EventCommandEventArgs.Command property) that is p...
Definition:
EventCommand.cs:5
All cs
System.Diagnostics.Tracing
EventCommand.cs
Generated by
1.8.15