Show / Hide Table of Contents

Property wnd.ThreadId


Overload

Gets native thread id of this window. Calls API GetWindowThreadProcessId.

public int ThreadId { get; }
Property Value
int

0 if failed. Supports lastError.

Remarks

It is not the same as System.Environment.CurrentManagedThreadId.