C# Class System.Diagnostics.ListenerElementsCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
GetRuntimeObject ( ) : TraceListenerCollection
this ( string name ) : ListenerElement

Protected Methods

Method Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object
InitializeDefault ( ) : void

Private Methods

Method Description
InitializeDefaultInternal ( ) : void

Method Details

BaseAdd() protected method

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
return Object

GetRuntimeObject() public method

public GetRuntimeObject ( ) : TraceListenerCollection
return TraceListenerCollection

InitializeDefault() protected method

protected InitializeDefault ( ) : void
return void

this() public method

public this ( string name ) : ListenerElement
name string
return ListenerElement