ProcessThreadCollection Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da ProcessThreadCollection classe.
Sobrecargas
| Name | 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 o array especificado de ProcessThread instâncias. |
ProcessThreadCollection()
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
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[])
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
- Origem:
- ProcessThreadCollection.cs
Inicializa uma nova instância da ProcessThreadCollection classe, usando o array especificado de ProcessThread instâncias.
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[]
Um conjunto de ProcessThread instâncias para inicializar esta ProcessThreadCollection instância.