C# 클래스 System.Diagnostics.ListenerElement

상속: TypedElement
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ListenerElement System.Configuration
RefreshRuntimeObject TraceListener
ResetProperties void

공개 메소드들

메소드 설명
Equals ( object compareTo ) : bool
GetHashCode ( ) : int
GetRuntimeObject ( ) : TraceListener
ListenerElement ( bool allowReferences ) : System.Configuration

보호된 메소드들

메소드 설명
OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool

비공개 메소드들

메소드 설명
ListenerElement ( ) : System.Configuration
RefreshRuntimeObject ( TraceListener listener ) : TraceListener
ResetProperties ( ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object compareTo ) : bool
compareTo object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetRuntimeObject() 공개 메소드

public GetRuntimeObject ( ) : TraceListener
리턴 TraceListener

ListenerElement() 공개 메소드

public ListenerElement ( bool allowReferences ) : System.Configuration
allowReferences bool
리턴 System.Configuration

OnDeserializeUnrecognizedAttribute() 보호된 메소드

protected OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool
name String
value String
리턴 bool