Пример #1
0
 /// <summary>
 /// Gets ID of the current thread.
 /// </summary>
 /// <returns>ID as a 4-byte signed integer value.</returns>
 public static int GetCurrentThreadID() => (int)NativeCall.GetCurrentThreadId();