ProcessThreadCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
- Source:
- ProcessThreadCollection.cs
- Source:
- ProcessThreadCollection.cs
- Source:
- ProcessThreadCollection.cs
Initializes a new instance of the ProcessThreadCollection class, with no associated ProcessThread instances.
protected:
ProcessThreadCollection();
protected ProcessThreadCollection ();
Protected Sub New ()
Applies to
ProcessThreadCollection(ProcessThread[])
- Source:
- ProcessThreadCollection.cs
- Source:
- ProcessThreadCollection.cs
- Source:
- ProcessThreadCollection.cs
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.