.gif) |
CallSiteEvent |
Describes a point from which a call is made. |
.gif) |
ChainEvent |
Represents a recorded point from a running application. |
.gif) |
CheckpointEventChain |
Represents a recorded point from a running application. |
.gif) |
CheckpointStreamEventChain |
Provides a chain of checkpoint points recorded from a running application. CheckpointStreamEventChain is a LogStreamEventChain and only loads data into memory when GetEvent or GetEvents is called. |
.gif) |
CollectionPlanEvent |
Describes a collection plan event. |
.gif) |
DebugDirectory |
Describes the debug directory information from the module. |
.gif) |
DerivedEventChain |
Represents a chain of points that are recorded from a running application as an in-memory cache of points. |
.gif) |
EventChain |
Represents a chain of points that are recorded from a running application. |
.gif) |
ExceptionCatcherEnter |
Describes the point in the exception pipeline processing where the exception unwind enters a catch handler. |
.gif) |
ExceptionCatcherExit |
Describes the point in the exception pipeline processing where the exception unwind exits a catch handler. |
.gif) |
ExceptionEvent |
Describes a point in the exception pipeline processing. |
.gif) |
ExceptionIndexStreamEventChain |
Provides a chain of exception marker points recorded from a running application. |
.gif) |
ExceptionMarkerEvent |
Describes an exception marker point, which is used to index exceptions in the ThreadEventChain or ThreadStreamEventChain. |
.gif) |
ExceptionSearchCatcherFound |
Describes the point in the exception pipeline processing where the exception search finds an exception handler. |
.gif) |
ExceptionSearchFilterEnter |
Describes the point in the exception pipeline processing where the exception search enters an exception filter. |
.gif) |
ExceptionSearchFilterExit |
Describes the point in the exception pipeline processing where the exception search exits an exception filter. |
.gif) |
ExceptionSearchFunctionEnter |
Describes the point in the exception pipeline processing where the exception search enters a function. |
.gif) |
ExceptionSearchFunctionExit |
Describes the point in the exception pipeline processing where the exception search exits a function. |
.gif) |
ExceptionThrownEvent |
Describes the point in a running application where an exception was thrown and the raw data was collected about that exception. |
.gif) |
ExceptionUnwindFinallyEnter |
Describes the point in the exception pipeline processing where the exception unwind enters a finally block. |
.gif) |
ExceptionUnwindFinallyExit |
Describes the point in the exception pipeline processing where the exception unwind exits a finally block. |
.gif) |
ExceptionUnwindFunctionEnter |
Describes the point in the exception pipeline processing where the exception unwind enters a function. |
.gif) |
ExceptionUnwindFunctionExit |
Describes the point in the exception pipeline processing where the exception unwind exits a function. |
.gif) |
FilteredListEventChain |
Provides a filtered chain of points recorded from a running application. |
.gif) |
ListEventChain |
Provides a list of points recorded from a running application. |
.gif) |
LogStreamEventChain |
Provides a stream of points recorded from a running application. |
.gif) |
MethodEnterEvent |
Describes the start of a method and its raw parameter data from a running application. |
.gif) |
MethodExitEvent |
Describes the end of a method and its raw outputs from a running application. |
.gif) |
ModuleIsUserCodeEvent |
Describes the "module is user code" point. |
.gif) |
ModuleLoadEvent |
Describes the module load event. |
.gif) |
ModuleMetadataEvent |
Describes the module metadata event. |
.gif) |
ModuleTokenEvent |
Describes the module token event. |
.gif) |
ModuleUnloadEvent |
Describes the module unload event. |
.gif) |
NotifyPointCheckpointEvent |
Describes the diagnostic event checkpoint event in a trace log. |
.gif) |
NotifyPointCheckpointEventChain |
Provides a chain of diagnostic points recorded from a running application. |
.gif) |
NotifyPointEvent |
Describes a diagnostic point. |
.gif) |
NotifyPointEventChain2 |
Provides a chain of diagnostic points recorded from a running application. |
.gif) |
NotifyPointStreamEventChain |
Provides a chain of diagnostic points recorded from a running application. NotifyPointStreamEventChain is a LogStreamEventChain and only loads data into memory as GetEvent or GetEvents is called. |
.gif) |
NullEvent |
Describes a null point, which is a point that can be ignored. |
.gif) |
OrdinalEvent |
Describes a point ordered in time, relative to other ordinal events. Most recorded points are OrdinalEvents. |
.gif) |
PartitionedListEventChain |
Provides a list of points recorded from a running application. |
.gif) |
PartitioningEvent |
Describes a point that can be used to partition large streams of recorded application data into partitions. |
.gif) |
ProcessDestroyedEvent |
This event occurs when a process that is being recorded exits. |
.gif) |
ProcessEventChain |
Provides a list of process-related points recorded from an application. |
.gif) |
ProcessInformationEvent |
Describes a process information event. |
.gif) |
ProcessStreamEventChain |
Provides a chain of process-related points recorded from a running application. |
.gif) |
ResolvedCallSiteEvent |
Describes a CallSiteEvent and decodes the raw data that was collected at the point. |
.gif) |
ResolvedExceptionEvent |
Describes one of the exception points and decodes the raw data that was collected at the point. |
.gif) |
ResolvedExceptionThrownEvent |
Describes a ExceptionThrownEvent and decodes the raw data that was collected at the point. |
.gif) |
ResolvedMethod |
Describes a method and decodes the raw data that is collected about a method. |
.gif) |
ResolvedMethodEnterEvent |
Describes a MethodEnterEvent and decodes the raw data that was collected at the point. |
.gif) |
ResolvedMethodEvent |
Describes one of the method-level points and decodes the raw data that was collected at the point. |
.gif) |
ResolvedMethodExitEvent |
Describes a MethodExitEvent and decodes the raw data that was collected at the point. |
.gif) |
ResolvedNotifyPointEvent |
Describes a NotifyPointEvent and decodes the raw data that was collected at the point. |
.gif) |
ResolvedStackFrame |
Describes a StackFrame and decodes the raw stack frame data that was collected. |
.gif) |
RootEventChain |
Represents a chain of points that are recorded from a running application with optional support for read and append. |
.gif) |
SavedMetadataEvent |
Describes saved metadata for a module. |
.gif) |
SavedMetadataStreamEventChain |
Provides a chain of saved metadata points recorded from a running application. |
.gif) |
SourceLocation |
Describes a source range (starting line and column to ending line and column) in a source file. |
.gif) |
StackFrame |
Describes a stack frame on a call stack of a thread. |
.gif) |
SystemInfoEvent |
Describes a system information event. |
.gif) |
TailCallSiteEvent |
Describes the point in a method where a tail call occurs. |
.gif) |
TestCaseEndEvent |
Describes a test case end event. |
.gif) |
TestCaseEvent |
Describes the properties of a test-case event. |
.gif) |
TestCasePauseEvent |
Describes a test case pause event. |
.gif) |
TestCaseResetEvent |
Describes a test case reset event. |
.gif) |
TestCaseResumeEvent |
Describes a test case resume event. |
.gif) |
TestCaseStartEvent |
Describes a test case start event. |
.gif) |
TestEventChain |
Provides a chain of test points recorded from a running application. |
.gif) |
TestSessionEndEvent |
Describes a test session end event. |
.gif) |
TestSessionEvent |
Describes the common properties of a test session event. |
.gif) |
TestSessionPauseEvent |
Describes a test session pause event. |
.gif) |
TestSessionResumeEvent |
Describes a test session resume event. |
.gif) |
TestSessionStartEvent |
Describes a test session start event. |
.gif) |
TestStepEndEvent |
Describes a test step end event. |
.gif) |
TestStepEvent |
Describes the common properties of a test step event. |
.gif) |
TestStepStartEvent |
Describes a test step start event. |
.gif) |
TestStreamEventChain |
Provides a chain of test points that are recorded from a running application. |
.gif) |
TfsContextEvent |
|
.gif) |
ThreadCheckpointEvent |
Describes the checkpoint event for a thread in a trace log. |
.gif) |
ThreadCheckpointEventChain |
Provides a chain of thread checkpoints recorded from a running application. |
.gif) |
ThreadCreateEvent |
Describes the thread create event. |
.gif) |
ThreadDestroyEvent |
Describes the thread destroy event. |
.gif) |
ThreadEventChain |
Provides a chain of thread-related points recorded from a running application. |
.gif) |
ThreadNameChangedEvent |
Describes the thread name changed event. |
.gif) |
ThreadStreamEventChain |
Provides a chain of checkpoint points that are recorded from a running application. |
.gif) |
TraceDebugLogFile |
Describes a trace debug log file. |
.gif) |
TraceDebugLogFileBase |
Describes a trace debug log file. |
.gif) |
TraceModule |
Describes a module from a trace debug log file. |
.gif) |
TraceProcess |
TraceProcess represents a process from a trace debug log file. |
.gif) |
TraceThread |
Describes a thread from a trace debug log file. |
.gif) |
UIRecordedEvent |
Describes a point recorded from user interaction. |
.gif) |
WovenEventChain |
Provides a chain of points that consist of a set of underlying chains. |