Property process.thisThreadId
Overload
Gets native thread id of this thread (API GetCurrentThreadId).
public static int thisThreadId { get; }
Property Value
Remarks
It is not the same as System.Environment.CurrentManagedThreadId.
Gets native thread id of this thread (API GetCurrentThreadId).
public static int thisThreadId { get; }
It is not the same as System.Environment.CurrentManagedThreadId.