예제 #1
0
파일: AppDomain.cs 프로젝트: ForNeVeR/pnet
 // Get the current thread identifier.
 public static int GetCurrentThreadId()
 {
     return(Thread.InternalGetThreadId());
 }