Name |
Returns a String which is the name of the field. |
Description |
Returns a String which is the description of the field. |
Value |
Returns an Object which is the value of the field. This should be cast to the appropriate data type. That information can be found by inspecting the ValueType property. |
ValueType |
Returns an EventFieldType which is the data type of the fields value. |
DisplayFormat |
Returns an EventFieldDisplayFormat which is how the field should be displayed in a user interface. |
Flags |
Returns an EventFieldFlags which provides more specific information about how to interpret the field's value. |
FieldPos |
Returns an Int32 which is the field position within it's structure. |
EventBitmasks |
Returns an TraceEventFieldBitmaskCollection which is the collection of bitmask values if the field has a DisplayFormat of DisplayBitmask. |