C# Class System.Diagnostics.ListenerElement

Inheritance: TypedElement
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
ListenerElement System.Configuration
RefreshRuntimeObject TraceListener
ResetProperties void

Méthodes publiques

Méthode Description
Equals ( object compareTo ) : bool
GetHashCode ( ) : int
GetRuntimeObject ( ) : TraceListener
ListenerElement ( bool allowReferences ) : System.Configuration

Méthodes protégées

Méthode Description
OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool

Private Methods

Méthode Description
ListenerElement ( ) : System.Configuration
RefreshRuntimeObject ( TraceListener listener ) : TraceListener
ResetProperties ( ) : void

Method Details

Equals() public méthode

public Equals ( object compareTo ) : bool
compareTo object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetRuntimeObject() public méthode

public GetRuntimeObject ( ) : TraceListener
Résultat TraceListener

ListenerElement() public méthode

public ListenerElement ( bool allowReferences ) : System.Configuration
allowReferences bool
Résultat System.Configuration

OnDeserializeUnrecognizedAttribute() protected méthode

protected OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool
name String
value String
Résultat bool