ProcessThreadCollection Constructors

Definition

Initializes a new instance of the ProcessThreadCollection class.

Overloads

ProcessThreadCollection()

Initializes a new instance of the ProcessThreadCollection class, with no associated ProcessThread instances.

ProcessThreadCollection(ProcessThread[])

Initializes a new instance of the ProcessThreadCollection class, using the specified array of ProcessThread instances.

ProcessThreadCollection()

Initializes a new instance of the ProcessThreadCollection class, with no associated ProcessThread instances.

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

Applies to

ProcessThreadCollection(ProcessThread[])

Initializes a new instance of the ProcessThreadCollection class, using the specified array of ProcessThread instances.

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

Parameters

processThreads
ProcessThread[]

An array of ProcessThread instances with which to initialize this ProcessThreadCollection instance.

Applies to