C# 클래스 System.Diagnostics.ProcessThreadCollection

상속: System.Collections.ReadOnlyCollectionBase
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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