ProcessThreadCollection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.