ProcessThreadCollection Construtores

Definição

Inicializa uma nova instância da classe ProcessThreadCollection.

Sobrecargas

Nome Description
ProcessThreadCollection()

Inicializa uma nova instância da ProcessThreadCollection classe, sem instâncias associadas ProcessThread .

ProcessThreadCollection(ProcessThread[])

Inicializa uma nova instância da ProcessThreadCollection classe usando a matriz ProcessThread de instâncias especificada.

ProcessThreadCollection()

Inicializa uma nova instância da ProcessThreadCollection classe, sem instâncias associadas ProcessThread .

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

Aplica-se a

ProcessThreadCollection(ProcessThread[])

Inicializa uma nova instância da ProcessThreadCollection classe usando a matriz ProcessThread de instâncias especificada.

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

Parâmetros

processThreads
ProcessThread[]

Uma matriz de ProcessThread instâncias com as quais inicializar essa ProcessThreadCollection instância.

Aplica-se a