ProcessThreadCollection コンストラクター

定義

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

オーバーロード

名前 説明
ProcessThreadCollection()

関連付けられたProcessThreadCollection インスタンスを使用せず、ProcessThread クラスの新しいインスタンスを初期化します。

ProcessThreadCollection(ProcessThread[])

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

ProcessThreadCollection()

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

関連付けられたProcessThreadCollection インスタンスを使用せず、ProcessThread クラスの新しいインスタンスを初期化します。

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

適用対象

ProcessThreadCollection(ProcessThread[])

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

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

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[]

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

適用対象