DiagnosticCheckpointChain Class
Provides a chain of DiagnosticEvents that was recorded from a running application.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.IntelliTrace.Chain
Microsoft.VisualStudio.IntelliTrace.DerivedChain
Microsoft.VisualStudio.IntelliTrace.ListChain
Microsoft.VisualStudio.IntelliTrace.DiagnosticCheckpointChain
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public NotInheritable Class DiagnosticCheckpointChain _
Inherits ListChain
public sealed class DiagnosticCheckpointChain : ListChain
public ref class DiagnosticCheckpointChain sealed : public ListChain
[<Sealed>]
type DiagnosticCheckpointChain =
class
inherit ListChain
end
public final class DiagnosticCheckpointChain extends ListChain
The DiagnosticCheckpointChain type exposes the following members.
Properties
Name | Description | |
---|---|---|
AfterLastToken | Gets an EventToken that represents a position that is immediately after the current LastToken. (Inherited from ListChain.) | |
BeforeFirstToken | Gets an EventToken for the position that is immediately before FirstToken. (Inherited from Chain.) | |
CanGetCount | Gets a value that determines whether the chain supports Count. (Inherited from ListChain.) | |
CanGetLastToken | Gets a value that determines whether the chain supports LastToken. (Inherited from ListChain.) | |
CanGetPreviousToken | Gets a value that determines whether the chain supports GetPreviousToken. (Inherited from ListChain.) | |
Count | Gets the number of events in the chain. (Inherited from ListChain.) | |
EventList | Gets the internal list for this ListChain. (Inherited from ListChain.) | |
FirstToken | Gets an EventToken for the first event in the chain. (Inherited from ListChain.) | |
FirstValidToken | Gets an EventToken for the first valid event in the chain. (Inherited from ListChain.) | |
IsEmpty | Gets a value that indicates whether the chain is empty. (Inherited from ListChain.) | |
LastToken | Gets an EventToken for the last event in the chain. (Inherited from ListChain.) |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from Chain.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator() | (Inherited from Chain.) | |
GetEvent | Gets an IntelliTraceEvent for the specified EventToken. (Inherited from ListChain.) | |
GetEvents | Gets multiple IntelliTraceEvents from a start EventToken up to but excluding an end EventToken. (Inherited from ListChain.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNextToken | Gets the EventToken for the next event after the given EventToken. (Inherited from ListChain.) | |
GetPreviousToken | Gets the EventToken for the previous event before the given EventToken. (Inherited from ListChain.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValidEventType | Determines whether the given IntelliTraceEvent is valid for this chain. (Inherited from ListChain.) | |
IsValidToken | Determines whether the given EventToken is valid for this chain. (Inherited from ListChain.) | |
Refresh | Refreshes the event list from the chain sources and loads each event from the chain into memory. (Inherited from ListChain.) | |
ReloadEvent | (Inherited from ListChain.) | |
Tokens | (Inherited from Chain.) | |
ToSourceToken | Converts an EventToken for this chain to an EventToken for the source Chain. (Inherited from ListChain.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from Chain.) |
Top
Remarks
DiagnosticCheckpointChain is a FilteredListChain and loads all chain data into memory.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.