EventTraceMessage overview
Public Properties
MessageFlags |
Returns an EventTraceMessageFlags which details which properties of a trace message contain data. |
MessageNumber |
Returns an Int32 which is the message number supplied by the provider when it genereated the event. |
SequenceNumber |
Returns an Int32 which is the message sequence number only if the MessageFlags property has the FlagSequence flag. |
MessageGuid |
Returns an String which is the message GUID only if the MessageFlags property has the FlagMessageGuid flag. |
ComponentID |
Returns an Int32 which is the message component identifier only if the MessageFlags property has the FlagComponentID flag. |
TimeStamp |
Returns an DateTime which is the message time stamp only if the MessageFlags property has the FlagTimeStamp flag. |
ThreadID |
Returns an Int32 value of the message thread identifier when the event was generated only if the MessageFlags property has the FlagSystemInfo flag. |
ProcessID |
Returns an Int32 value of the message process identifier when the event was generated only if the MessageFlags property has the FlagSystemInfo flag. |
MessageData |
Returns a Stream for the rest of the custom data in the trace message. |
Public Methods
Dispose |
You must call this to release unmanaged memory resources for the event. |
See Also
TraceMessageEventHandler Delegate |
TraceMessageEventArgs Class |
TraceEventHandler Delegate |
TraceEventFieldBitmaskCollection Class |
TraceEventFieldBitmask Class |
TraceEventField Class |
TraceEventArgs Class |
EventTraceRealTimeLog Class |
EventTraceProcessLogs Class |
EventTraceOperationObserver Class |
EventTraceMessage Class |
EventTraceLogFile Class |
EventTraceFieldCollection Class |
EventTraceEvent Class |
EndOfBufferEventHandler Delegate |
EndOfBufferEventArgs Class |
CompletedEventHandler Delegate |
CompletedEventArgs Class