ProcessThreadCollection 构造函数

定义

初始化 ProcessThreadCollection 类的新实例。

重载

名称 说明
ProcessThreadCollection()

初始化类的新实例 ProcessThreadCollection ,没有关联的 ProcessThread 实例。

ProcessThreadCollection(ProcessThread[])

使用指定的实例数组ProcessThreadCollection初始化类的新实例ProcessThread

ProcessThreadCollection()

Source:
ProcessThreadCollection.cs
Source:
ProcessThreadCollection.cs
Source:
ProcessThreadCollection.cs
Source:
ProcessThreadCollection.cs
Source:
ProcessThreadCollection.cs

初始化类的新实例 ProcessThreadCollection ,没有关联的 ProcessThread 实例。

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

适用于

ProcessThreadCollection(ProcessThread[])

Source:
ProcessThreadCollection.cs
Source:
ProcessThreadCollection.cs
Source:
ProcessThreadCollection.cs
Source:
ProcessThreadCollection.cs
Source:
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实例数组。

适用于