C# Class System.Diagnostics.ListenerElementsCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
GetRuntimeObject ( ) : TraceListenerCollection
this ( string name ) : ListenerElement

Méthodes protégées

Méthode Description
BaseAdd ( ConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object
InitializeDefault ( ) : void

Private Methods

Méthode Description
InitializeDefaultInternal ( ) : void

Method Details

BaseAdd() protected méthode

protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
Résultat Object

GetRuntimeObject() public méthode

public GetRuntimeObject ( ) : TraceListenerCollection
Résultat TraceListenerCollection

InitializeDefault() protected méthode

protected InitializeDefault ( ) : void
Résultat void

this() public méthode

public this ( string name ) : ListenerElement
name string
Résultat ListenerElement