C# Class System.Diagnostics.ProcessThreadCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ProcessThreadCollection ( )
ProcessThreadCollection ( ) : System.Collections

Method Details

Add() public méthode

public Add ( ProcessThread thread ) : int
thread ProcessThread
Résultat int

Add() public méthode

public Add ( System thread ) : int
thread System
Résultat int

Contains() public méthode

public Contains ( ProcessThread thread ) : bool
thread ProcessThread
Résultat bool

Contains() public méthode

public Contains ( System thread ) : bool
thread System
Résultat bool

CopyTo() public méthode

public CopyTo ( ProcessThread array, int index ) : void
array ProcessThread
index int
Résultat void

CopyTo() public méthode

public CopyTo ( System array, int index ) : void
array System
index int
Résultat void

IndexOf() public méthode

public IndexOf ( ProcessThread thread ) : int
thread ProcessThread
Résultat int

IndexOf() public méthode

public IndexOf ( System thread ) : int
thread System
Résultat int

Insert() public méthode

public Insert ( int index, ProcessThread thread ) : void
index int
thread ProcessThread
Résultat void

Insert() public méthode

public Insert ( int index, System thread ) : void
index int
thread System
Résultat void

ProcessThreadCollection() protected méthode

protected ProcessThreadCollection ( )

ProcessThreadCollection() public méthode

public ProcessThreadCollection ( System processThreads )
processThreads System

ProcessThreadCollection() protected méthode

protected ProcessThreadCollection ( ) : System.Collections
Résultat System.Collections

ProcessThreadCollection() public méthode

public ProcessThreadCollection ( ProcessThread processThreads ) : System.Collections
processThreads ProcessThread
Résultat System.Collections

Remove() public méthode

public Remove ( ProcessThread thread ) : void
thread ProcessThread
Résultat void

Remove() public méthode

public Remove ( System thread ) : void
thread System
Résultat void

this() public méthode

public this ( int index ) : ProcessThread
index int
Résultat ProcessThread

this() public méthode

public this ( int index ) : System.Diagnostics.ProcessThread
index int
Résultat System.Diagnostics.ProcessThread