次の方法で共有


Thread.IsAlive プロパティ

現在のスレッドの実行ステータスを示す値を取得します。

Public ReadOnly Property IsAlive As Boolean
[C#]
public bool IsAlive {get;}
[C++]
public: __property bool get_IsAlive();
[JScript]
public function get IsAlive() : Boolean;

プロパティ値

このスレッドが起動されて、正常終了していないまたは中止されていない場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, Common Language Infrastructure (CLI) Standard

参照

Thread クラス | Thread メンバ | System.Threading 名前空間