C# 클래스 System.Diagnostics.TraceListenerCollection

상속: IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
System bool
System int
System void
System void
System void
TraceListenerCollection
this objectSystem.Collections.IList.

공개 메소드들

메소드 설명
Add ( System listener ) : int
AddRange ( System value ) : void
Clear ( ) : void
Contains ( System listener ) : bool
CopyTo ( System listeners, int index ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
IndexOf ( System listener ) : int
Insert ( int index, System listener ) : void
Remove ( System listener ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int i ) : System.Diagnostics.TraceListener
this ( string name ) : System.Diagnostics.TraceListener

비공개 메소드들

메소드 설명
System ( object value ) : bool
System ( object value ) : int
System ( System array, int index ) : void
System ( int index, object value ) : void
System ( object value ) : void
TraceListenerCollection ( )
this ( int index ) : objectSystem.Collections.IList.

메소드 상세

Add() 공개 메소드

public Add ( System listener ) : int
listener System
리턴 int

AddRange() 공개 메소드

public AddRange ( System value ) : void
value System
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( System listener ) : bool
listener System
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( System listeners, int index ) : void
listeners System
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

IndexOf() 공개 메소드

public IndexOf ( System listener ) : int
listener System
리턴 int

Insert() 공개 메소드

public Insert ( int index, System listener ) : void
index int
listener System
리턴 void

Remove() 공개 메소드

public Remove ( System listener ) : void
listener System
리턴 void

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int i ) : System.Diagnostics.TraceListener
i int
리턴 System.Diagnostics.TraceListener

this() 공개 메소드

public this ( string name ) : System.Diagnostics.TraceListener
name string
리턴 System.Diagnostics.TraceListener