mscorlib(4.0.0.0) API with additions
EventFieldFormat.cs
2 {
4  [__DynamicallyInvokable]
5  public enum EventFieldFormat
6  {
8  [__DynamicallyInvokable]
9  Default = 0,
11  [__DynamicallyInvokable]
12  String = 2,
14  [__DynamicallyInvokable]
15  Boolean = 3,
17  [__DynamicallyInvokable]
18  Hexadecimal = 4,
20  [__DynamicallyInvokable]
21  Xml = 11,
23  [__DynamicallyInvokable]
24  Json = 12,
26  [__DynamicallyInvokable]
27  HResult = 0xF
28  }
29 }
Represents text as a sequence of UTF-16 code units.To browse the .NET Framework source code for this ...
Definition: String.cs:18
EventFieldFormat
Specifies how to format the value of a user-defined type and can be used to override the default form...
Represents a Boolean (true or false) value.
Definition: Boolean.cs:10
The default setting for this enumeration, which is currently F:System.GCCollectionMode....