ProcessThreadCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ProcessThreadCollection 類別的新執行個體。
多載
ProcessThreadCollection() |
不使用關聯的 ProcessThread 執行個體,初始化 ProcessThreadCollection 類別的新執行個體。 |
ProcessThreadCollection(ProcessThread[]) |
使用指定的 ProcessThread 執行個體陣列,初始化 ProcessThreadCollection 類別的新執行個體。 |
ProcessThreadCollection()
不使用關聯的 ProcessThread 執行個體,初始化 ProcessThreadCollection 類別的新執行個體。
protected:
ProcessThreadCollection();
protected ProcessThreadCollection ();
Protected Sub New ()
適用於
ProcessThreadCollection(ProcessThread[])
使用指定的 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 執行個體。