Property wnd.ThreadId
Overload
Gets native thread id of this window. Calls API GetWindowThreadProcessId.
public int ThreadId { get; }
Property Value
Remarks
It is not the same as System.Environment.CurrentManagedThreadId.
Gets native thread id of this window. Calls API GetWindowThreadProcessId.
public int ThreadId { get; }
It is not the same as System.Environment.CurrentManagedThreadId.