.NET Event Tracing Class Library  

EventTraceMessage Members

EventTraceMessage overview

Public Properties

public
						
						
						
						
						
						 propertyMessageFlags Returns an EventTraceMessageFlags which details which properties of a trace message contain data.
public
						
						
						
						
						
						 propertyMessageNumber Returns an Int32 which is the message number supplied by the provider when it genereated the event.
public
						
						
						
						
						
						 propertySequenceNumber Returns an Int32 which is the message sequence number only if the MessageFlags property has the FlagSequence flag.
public
						
						
						
						
						
						 propertyMessageGuid Returns an String which is the message GUID only if the MessageFlags property has the FlagMessageGuid flag.
public
						
						
						
						
						
						 propertyComponentID Returns an Int32 which is the message component identifier only if the MessageFlags property has the FlagComponentID flag.
public
						
						
						
						
						
						 propertyTimeStamp Returns an DateTime which is the message time stamp only if the MessageFlags property has the FlagTimeStamp flag.
public
						
						
						
						
						
						 propertyThreadID Returns an Int32 value of the message thread identifier when the event was generated only if the MessageFlags property has the FlagSystemInfo flag.
public
						
						
						
						
						
						 propertyProcessID Returns an Int32 value of the message process identifier when the event was generated only if the MessageFlags property has the FlagSystemInfo flag.
public
						
						
						
						
						
						 propertyMessageData Returns a Stream for the rest of the custom data in the trace message.

Public Methods

public
						
						
						
						
						
						 propertyDispose 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

Contact Me   |  Developing WMI Solutions    |   Gwyn Cole's Developer Blog    |   Legal
 © 2003 Content by Gwyn Cole. All rights reserved.