ProcessThreadCollection::Insert Method (Int32, ProcessThread^)
.NET Framework (current version)
Inserts a process thread at the specified location in the collection.
Assembly: System (in System.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index indicating the location at which to insert the thread.
- thread
-
Type:
System.Diagnostics::ProcessThread^
The thread to insert into the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: