C# 클래스 System.Diagnostics.ListenerElementsCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
GetRuntimeObject ( ) : TraceListenerCollection
this ( string name ) : ListenerElement

보호된 메소드들

메소드 설명
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object
InitializeDefault ( ) : void

비공개 메소드들

메소드 설명
InitializeDefaultInternal ( ) : void

메소드 상세

BaseAdd() 보호된 메소드

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
리턴 void

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
리턴 Object

GetRuntimeObject() 공개 메소드

public GetRuntimeObject ( ) : TraceListenerCollection
리턴 TraceListenerCollection

InitializeDefault() 보호된 메소드

protected InitializeDefault ( ) : void
리턴 void

this() 공개 메소드

public this ( string name ) : ListenerElement
name string
리턴 ListenerElement