C# Класс System.Diagnostics.ProcessThreadCollection

Наследование: System.Collections.ReadOnlyCollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
ProcessThreadCollection ( )
ProcessThreadCollection ( ) : System.Collections

Описание методов

Add() публичный Метод

public Add ( ProcessThread thread ) : int
thread ProcessThread
Результат int

Add() публичный Метод

public Add ( System thread ) : int
thread System
Результат int

Contains() публичный Метод

public Contains ( ProcessThread thread ) : bool
thread ProcessThread
Результат bool

Contains() публичный Метод

public Contains ( System thread ) : bool
thread System
Результат bool

CopyTo() публичный Метод

public CopyTo ( ProcessThread array, int index ) : void
array ProcessThread
index int
Результат void

CopyTo() публичный Метод

public CopyTo ( System array, int index ) : void
array System
index int
Результат void

IndexOf() публичный Метод

public IndexOf ( ProcessThread thread ) : int
thread ProcessThread
Результат int

IndexOf() публичный Метод

public IndexOf ( System thread ) : int
thread System
Результат int

Insert() публичный Метод

public Insert ( int index, ProcessThread thread ) : void
index int
thread ProcessThread
Результат void

Insert() публичный Метод

public Insert ( int index, System thread ) : void
index int
thread System
Результат void

ProcessThreadCollection() защищенный Метод

protected ProcessThreadCollection ( )

ProcessThreadCollection() публичный Метод

public ProcessThreadCollection ( System processThreads )
processThreads System

ProcessThreadCollection() защищенный Метод

protected ProcessThreadCollection ( ) : System.Collections
Результат System.Collections

ProcessThreadCollection() публичный Метод

public ProcessThreadCollection ( ProcessThread processThreads ) : System.Collections
processThreads ProcessThread
Результат System.Collections

Remove() публичный Метод

public Remove ( ProcessThread thread ) : void
thread ProcessThread
Результат void

Remove() публичный Метод

public Remove ( System thread ) : void
thread System
Результат void

this() публичный Метод

public this ( int index ) : ProcessThread
index int
Результат ProcessThread

this() публичный Метод

public this ( int index ) : System.Diagnostics.ProcessThread
index int
Результат System.Diagnostics.ProcessThread