Freigeben über


ProcessThreadCollection.Insert-Methode

Fügt an der angegebenen Position einen Prozessthread in die Auflistung ein.

Namespace: System.Diagnostics
Assembly: System (in system.dll)

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    thread As ProcessThread _
)
'Usage
Dim instance As ProcessThreadCollection
Dim index As Integer
Dim thread As ProcessThread

instance.Insert(index, thread)
public void Insert (
    int index,
    ProcessThread thread
)
public:
void Insert (
    int index, 
    ProcessThread^ thread
)
public void Insert (
    int index, 
    ProcessThread thread
)
public function Insert (
    index : int, 
    thread : ProcessThread
)

Parameter

  • index
    Der nullbasierte Index, der die Position angibt, an der der Thread eingefügt werden soll.
  • thread
    Der in die Auflistung einzufügende Thread.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

ProcessThreadCollection-Klasse
ProcessThreadCollection-Member
System.Diagnostics-Namespace