PartitionedListChain Methods

Include Protected Members
Include Inherited Members

The PartitionedListChain type exposes the following members.

Methods

  Name Description
Public method Dispose() (Inherited from Chain.)
Protected method Dispose(Boolean) Releases the resources that are used by this chain. (Overrides Chain.Dispose(Boolean).)
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. (Overrides Chain.GetEvent(EventToken).)
Public method GetEvents Gets multiple IntelliTraceEvents from a start EventToken up to but excluding an end EventToken. (Overrides Chain.GetEvents(EventToken, EventToken).)
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. (Overrides Chain.GetNextToken(EventToken).)
Public method GetPreviousToken Gets the token for the previous event before the given token. (Overrides Chain.GetPreviousToken(EventToken).)
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. (Overrides Chain.IsValidToken(EventToken).)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Refresh Refreshes the data in the chain from the partitioning and partitioned event chains. (Overrides DerivedChain.Refresh().)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

PartitionedListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace