ProcessThreadCollection Oluşturucular

Tanım

ProcessThreadCollection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
ProcessThreadCollection()

İlişkili ProcessThreadCollection örnekleri olmadan sınıfının yeni bir örneğini ProcessThread başlatır.

ProcessThreadCollection(ProcessThread[])

Belirtilen örnek dizisini ProcessThreadCollection kullanarak sınıfının yeni bir örneğini ProcessThread başlatır.

ProcessThreadCollection()

Kaynak:
ProcessThreadCollection.cs
Kaynak:
ProcessThreadCollection.cs
Kaynak:
ProcessThreadCollection.cs
Kaynak:
ProcessThreadCollection.cs
Kaynak:
ProcessThreadCollection.cs

İlişkili ProcessThreadCollection örnekleri olmadan sınıfının yeni bir örneğini ProcessThread başlatır.

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

Şunlara uygulanır

ProcessThreadCollection(ProcessThread[])

Kaynak:
ProcessThreadCollection.cs
Kaynak:
ProcessThreadCollection.cs
Kaynak:
ProcessThreadCollection.cs
Kaynak:
ProcessThreadCollection.cs
Kaynak:
ProcessThreadCollection.cs

Belirtilen örnek dizisini ProcessThreadCollection kullanarak sınıfının yeni bir örneğini ProcessThread başlatır.

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())

Parametreler

processThreads
ProcessThread[]

Bu ProcessThread örneğin başlatıldığı örnek dizisiProcessThreadCollection.

Şunlara uygulanır