AppDomain.GetCurrentThreadId メソッド
現在のスレッドの識別子を取得します。
Public Shared Function GetCurrentThreadId() As Integer
[C#]
public static int GetCurrentThreadId();
[C++]
public: static int GetCurrentThreadId();
[JScript]
public static function GetCurrentThreadId() : int;
戻り値
現在のスレッドの識別子を表す 32 ビット符号付き整数。
例外
例外の種類 | 条件 |
---|---|
SecurityException | 呼び出し元に、正しいアクセス許可がありません。アクセス許可のセクションを参照してください。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- SecurityPermission (現在のスレッドの識別子を取得するために必要なアクセス許可) UnmanagedCode (関連する列挙体)
- ReflectionPermission (Type.InvokeMember などの機構を通じて遅延バインディングが呼び出されるときに必要なアクセス許可) ReflectionPermissionFlag.MemberAccess (関連する列挙体)