C# Class System.Diagnostics.ListenerElement

Inheritance: TypedElement
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
ListenerElement System.Configuration
RefreshRuntimeObject TraceListener
ResetProperties void

Public Methods

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

Protected Methods

Method Description
OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool

Private Methods

Method Description
ListenerElement ( ) : System.Configuration
RefreshRuntimeObject ( TraceListener listener ) : TraceListener
ResetProperties ( ) : void

Method Details

Equals() public method

public Equals ( object compareTo ) : bool
compareTo object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetRuntimeObject() public method

public GetRuntimeObject ( ) : TraceListener
return TraceListener

ListenerElement() public method

public ListenerElement ( bool allowReferences ) : System.Configuration
allowReferences bool
return System.Configuration

OnDeserializeUnrecognizedAttribute() protected method

protected OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool
name String
value String
return bool