コード例 #1
0
ファイル: AppDomain.cs プロジェクト: ForNeVeR/pnet
 // Get the current thread identifier.
 public static int GetCurrentThreadId()
 {
     return(Thread.InternalGetThreadId());
 }