DiagnosticStreamChain Methods

Include Protected Members
Include Inherited Members

The DiagnosticStreamChain type exposes the following members.

Methods

  Name Description
Public method AppendEvent Appends an IntelliTraceEvent to a stream. (Inherited from StreamChain.)
Protected method ConvertToBytes When overridden in a derived class, converts an IntelliTraceEvent to a raw event. (Inherited from StreamChain.)
Protected method ConvertToEvent When overridden in a derived class, converts a raw event to an IntelliTraceEvent. (Inherited from StreamChain.)
Public method Dispose() (Inherited from Chain.)
Protected method Dispose(Boolean) Releases the resources that are used by this chain. (Inherited from StreamChain.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEvent Gets an IntelliTraceEvent for the specified EventToken. (Inherited from StreamChain.)
Public method GetEvents Gets multiple IntelliTraceEvents from a start EventToken up to but excluding an end EventToken. (Inherited from StreamChain.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetNextToken Gets the EventToken for the next event after the given EventToken. (Inherited from StreamChain.)
Public method GetPreviousToken Gets the EventToken for the previous event before the given EventToken. (Inherited from Chain.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsValidEventType Determines whether the given IntelliTraceEvent is valid for this chain. (Overrides Chain.IsValidEventType(IntelliTraceEvent).)
Public method IsValidToken Determines whether the given EventToken is valid for this chain. (Inherited from StreamChain.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method ReadEventBytes When overridden in a derived class, reads a single raw event from the stream. (Inherited from StreamChain.)
Protected method ReadEventLength When overridden in a derived class, gets the length of the next event in the stream. (Inherited from StreamChain.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

DiagnosticStreamChain Class

Microsoft.VisualStudio.IntelliTrace Namespace