Пример #1
0
 // Get the current thread identifier.
 public static int GetCurrentThreadId()
 {
     return(Thread.InternalGetThreadId());
 }