次の方法で共有


ProcessThreadCollection.Add メソッド

プロセス スレッドをコレクションに追加します。

Public Function Add( _
   ByVal thread As ProcessThread _) As Integer
[C#]
public int Add(ProcessThreadthread);
[C++]
public: int Add(ProcessThread* thread);
[JScript]
public function Add(
   thread : ProcessThread) : int;

パラメータ

  • thread
    コレクションに追加するスレッド。

戻り値

コレクション内のスレッドの 0 から始まるインデックス番号。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ProcessThreadCollection クラス | ProcessThreadCollection メンバ | System.Diagnostics 名前空間