C# Class System.Diagnostics.ProcessThreadCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Add ( ProcessThread thread ) : int
Add ( System thread ) : int
Contains ( ProcessThread thread ) : bool
Contains ( System thread ) : bool
CopyTo ( ProcessThread array, int index ) : void
CopyTo ( System array, int index ) : void
IndexOf ( ProcessThread thread ) : int
IndexOf ( System thread ) : int
Insert ( int index, ProcessThread thread ) : void
Insert ( int index, System thread ) : void
ProcessThreadCollection ( System processThreads )
ProcessThreadCollection ( ProcessThread processThreads ) : System.Collections
Remove ( ProcessThread thread ) : void
Remove ( System thread ) : void
this ( int index ) : ProcessThread
this ( int index ) : System.Diagnostics.ProcessThread

Protected Methods

Method Description
ProcessThreadCollection ( )
ProcessThreadCollection ( ) : System.Collections

Method Details

Add() public method

public Add ( ProcessThread thread ) : int
thread ProcessThread
return int

Add() public method

public Add ( System thread ) : int
thread System
return int

Contains() public method

public Contains ( ProcessThread thread ) : bool
thread ProcessThread
return bool

Contains() public method

public Contains ( System thread ) : bool
thread System
return bool

CopyTo() public method

public CopyTo ( ProcessThread array, int index ) : void
array ProcessThread
index int
return void

CopyTo() public method

public CopyTo ( System array, int index ) : void
array System
index int
return void

IndexOf() public method

public IndexOf ( ProcessThread thread ) : int
thread ProcessThread
return int

IndexOf() public method

public IndexOf ( System thread ) : int
thread System
return int

Insert() public method

public Insert ( int index, ProcessThread thread ) : void
index int
thread ProcessThread
return void

Insert() public method

public Insert ( int index, System thread ) : void
index int
thread System
return void

ProcessThreadCollection() protected method

protected ProcessThreadCollection ( )

ProcessThreadCollection() public method

public ProcessThreadCollection ( System processThreads )
processThreads System

ProcessThreadCollection() protected method

protected ProcessThreadCollection ( ) : System.Collections
return System.Collections

ProcessThreadCollection() public method

public ProcessThreadCollection ( ProcessThread processThreads ) : System.Collections
processThreads ProcessThread
return System.Collections

Remove() public method

public Remove ( ProcessThread thread ) : void
thread ProcessThread
return void

Remove() public method

public Remove ( System thread ) : void
thread System
return void

this() public method

public this ( int index ) : ProcessThread
index int
return ProcessThread

this() public method

public this ( int index ) : System.Diagnostics.ProcessThread
index int
return System.Diagnostics.ProcessThread