Метод | Описание | |
---|---|---|
Add ( |
||
Add ( System thread ) : int | ||
Contains ( |
||
Contains ( System thread ) : bool | ||
CopyTo ( |
||
CopyTo ( System array, int index ) : void | ||
IndexOf ( |
||
IndexOf ( System thread ) : int | ||
Insert ( int index, |
||
Insert ( int index, System thread ) : void | ||
ProcessThreadCollection ( System processThreads ) | ||
ProcessThreadCollection ( |
||
Remove ( |
||
Remove ( System thread ) : void | ||
this ( int index ) : |
||
this ( int index ) : System.Diagnostics.ProcessThread |
Метод | Описание | |
---|---|---|
ProcessThreadCollection ( ) | ||
ProcessThreadCollection ( ) : System.Collections |
public Contains ( |
||
thread | ||
Результат | bool |
public CopyTo ( |
||
array | ||
index | int | |
Результат | void |
public CopyTo ( System array, int index ) : void | ||
array | System | |
index | int | |
Результат | void |
public IndexOf ( |
||
thread | ||
Результат | int |
public Insert ( int index, |
||
index | int | |
thread | ||
Результат | void |
public Insert ( int index, System thread ) : void | ||
index | int | |
thread | System | |
Результат | void |
public ProcessThreadCollection ( System processThreads ) | ||
processThreads | System |
protected ProcessThreadCollection ( ) : System.Collections | ||
Результат | System.Collections |
public ProcessThreadCollection ( |
||
processThreads | ||
Результат | System.Collections |
public Remove ( |
||
thread | ||
Результат | void |
public this ( int index ) : System.Diagnostics.ProcessThread | ||
index | int | |
Результат | System.Diagnostics.ProcessThread |