DkmThread.IsMainThread Property

Definition

True if this is the main thread of this process. The main thread is the first thread to start.

public:
 property bool IsMainThread { bool get(); };
public:
 property bool IsMainThread { bool get(); };
public bool IsMainThread { get; }
member this.IsMainThread : bool
Public ReadOnly Property IsMainThread As Boolean

Property Value

Returns Boolean.

Applies to