IntelliTraceTokenChain Methods

Include Protected Members
Include Inherited Members

The IntelliTraceTokenChain type exposes the following members.

Methods

  Name Description
Public method Dispose() (Inherited from Chain.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetEnumerator() (Inherited from Chain.)
Public method GetEvent Gets an IntelliTraceEvent for the specified EventToken. (Inherited from ListChain.)
Public method GetEvents Gets multiple IntelliTraceEvents from a start EventToken up to but excluding an end EventToken. (Inherited from ListChain.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetNextToken Gets the EventToken for the next event after the given EventToken. (Inherited from ListChain.)
Public method GetPreviousToken Gets the EventToken for the previous event before the given EventToken. (Inherited from ListChain.)
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. (Inherited from ListChain.)
Public method IsValidToken Determines whether the given EventToken is valid for this chain. (Inherited from ListChain.)
Public method Refresh Refreshes the event list from the chain sources and loads each event from the chain into memory. (Inherited from ListChain.)
Public method ReloadEvent (Inherited from ListChain.)
Public method Tokens (Inherited from Chain.)
Public method ToSourceToken Converts an EventToken for this chain to an EventToken for the source Chain. (Inherited from ListChain.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Chain.)

Top

See Also

Reference

IntelliTraceTokenChain Class

Microsoft.VisualStudio.IntelliTrace Namespace