ThreadCreateEvent Class

Definition

Describes the ThreadCreateEvent. The ThreadCreateEvent occurs when a thread is created in the process being recorded. The ThreadCreateEvent is one of the events in the ProcessChain or ProcessStreamChain.

public ref class ThreadCreateEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public ref class ThreadCreateEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
class ThreadCreateEvent sealed : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public sealed class ThreadCreateEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type ThreadCreateEvent = class
    inherit OrdinalEvent
Public NotInheritable Class ThreadCreateEvent
Inherits OrdinalEvent
Inheritance

Properties

Category

Gets the thread's category.

EventTime

Gets the time of the event using the high resolution counter. This value is retrieved from QueryPerformanceCounter.

Id

Gets the debugger event id

IntelliTraceThreadId

Gets an id that identifies the thread in this IntelliTrace file.

ManagedThreadId

Gets the managed thread id for the thread.

Name

Gets the thread's name when it was created.

NativeThreadId

Gets the native thread id for the thread.

Ordinal

Gets or sets the ordinal value.

(Inherited from OrdinalEvent)
PriorityName

Gets the thread's priority when it was created.

Methods

Compare(OrdinalEvent, OrdinalEvent)

Compares one instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
CompareTo(Object)

Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
CompareTo(OrdinalEvent)

Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
Equals(Object)

Determines whether the specified object is equal to the current OrdinalEvent.

(Inherited from OrdinalEvent)
GetHashCode()

Gets a hash code for this OrdinalEvent.

(Inherited from OrdinalEvent)

Applies to