ProcessThreadCollection コンストラクター

定義

ProcessThreadCollection クラスの新しいインスタンスを初期化します。

オーバーロード

ProcessThreadCollection()

関連する ProcessThread インスタンスを指定せずに ProcessThreadCollection クラスの新しいインスタンスを初期化します。

ProcessThreadCollection(ProcessThread[])

指定した ProcessThread インスタンスの配列を使用して、ProcessThreadCollection クラスの新しいインスタンスを初期化します。

ProcessThreadCollection()

ソース:
ProcessThreadCollection.cs
ソース:
ProcessThreadCollection.cs
ソース:
ProcessThreadCollection.cs

関連する ProcessThread インスタンスを指定せずに ProcessThreadCollection クラスの新しいインスタンスを初期化します。

protected:
 ProcessThreadCollection();
protected ProcessThreadCollection ();
Protected Sub New ()

適用対象

ProcessThreadCollection(ProcessThread[])

ソース:
ProcessThreadCollection.cs
ソース:
ProcessThreadCollection.cs
ソース:
ProcessThreadCollection.cs

指定した ProcessThread インスタンスの配列を使用して、ProcessThreadCollection クラスの新しいインスタンスを初期化します。

public:
 ProcessThreadCollection(cli::array <System::Diagnostics::ProcessThread ^> ^ processThreads);
public ProcessThreadCollection (System.Diagnostics.ProcessThread[] processThreads);
new System.Diagnostics.ProcessThreadCollection : System.Diagnostics.ProcessThread[] -> System.Diagnostics.ProcessThreadCollection
Public Sub New (processThreads As ProcessThread())

パラメーター

processThreads
ProcessThread[]

この ProcessThreadCollection インスタンスを初期化するための ProcessThread インスタンスの配列。

適用対象