C# Class System.Diagnostics.TypedElement

Inheritance: System.Configuration.ConfigurationElement
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0

Protected Properties

Property Type Description
_propInitData System.Configuration.ConfigurationProperty
_propTypeName System.Configuration.ConfigurationProperty
_properties System.Configuration.ConfigurationPropertyCollection
_runtimeObject object

Private Properties

Property Type Description

Public Methods

Method Description
TypedElement ( Type baseType ) : System.Configuration

Protected Methods

Method Description
BaseGetRuntimeObject ( ) : object

Method Details

BaseGetRuntimeObject() protected method

protected BaseGetRuntimeObject ( ) : object
return object

TypedElement() public method

public TypedElement ( Type baseType ) : System.Configuration
baseType System.Type
return System.Configuration

Property Details

_propInitData protected_oe static_oe property

protected static ConfigurationProperty,System.Configuration _propInitData
return System.Configuration.ConfigurationProperty

_propTypeName protected_oe static_oe property

protected static ConfigurationProperty,System.Configuration _propTypeName
return System.Configuration.ConfigurationProperty

_properties protected_oe property

protected ConfigurationPropertyCollection,System.Configuration _properties
return System.Configuration.ConfigurationPropertyCollection

_runtimeObject protected_oe property

protected object _runtimeObject
return object