ProcessThreadCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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实例数组。