Method wnd.GetThreadProcessId
Overload
Gets native thread id and process id of this window. Calls API GetWindowThreadProcessId.
public int GetThreadProcessId(out int processId)
Parameters
processId (int) |
Returns
Remarks
It is not the same as System.Environment.CurrentManagedThreadId.