IntelliTraceThread Class

Definition

Describes a thread from an IntelliTrace file.

public ref class IntelliTraceThread sealed
public ref class IntelliTraceThread sealed
class IntelliTraceThread sealed
public sealed class IntelliTraceThread
type IntelliTraceThread = class
Public NotInheritable Class IntelliTraceThread
Inheritance
IntelliTraceThread

Properties

IntelliTraceThreadId

Gets the IntelliTrace thread id for this thread.

ManagedThreadId

Gets the managed thread id for this thread.

Name

Gets the name of the thread when the thread was created.

NativeThreadId

Gets the native thread id for this thread.

Methods

CreateThreadChain<T>()

Gets a thread event chain.

Applies to