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
ProcessThreadCollection() |
Inicializa uma nova instância da classe ProcessThreadCollection sem instâncias ProcessThread associadas. |
ProcessThreadCollection(ProcessThread[]) |
Inicializa uma nova instância da classe ProcessThreadCollection usando a matriz de instâncias ProcessThread especificada. |
ProcessThreadCollection()
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
Inicializa uma nova instância da classe ProcessThreadCollection sem instâncias ProcessThread associadas.
protected:
ProcessThreadCollection();
protected ProcessThreadCollection ();
Protected Sub New ()
Aplica-se a
ProcessThreadCollection(ProcessThread[])
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
Inicializa uma nova instância da classe ProcessThreadCollection usando a matriz de instâncias ProcessThread 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 instâncias ProcessThread com as quais inicializar esta instância ProcessThreadCollection.