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

ProcessThread 執行個體的陣列,用來初始化這個 ProcessThreadCollection 執行個體。

適用於