ProcessThreadCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ProcessThreadCollection クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| ProcessThreadCollection() |
関連付けられたProcessThreadCollection インスタンスを使用せず、ProcessThread クラスの新しいインスタンスを初期化します。 |
| ProcessThreadCollection(ProcessThread[]) |
ProcessThreadCollection インスタンスの指定した配列を使用して、ProcessThread クラスの新しいインスタンスを初期化します。 |
ProcessThreadCollection()
関連付けられたProcessThreadCollection インスタンスを使用せず、ProcessThread クラスの新しいインスタンスを初期化します。
protected:
ProcessThreadCollection();
protected ProcessThreadCollection();
Protected Sub New ()
適用対象
ProcessThreadCollection(ProcessThread[])
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インスタンスの配列。