C# Class System.Diagnostics.TypedElement

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

Protected Properties

Свойство Type Description
_propInitData System.Configuration.ConfigurationProperty
_propTypeName System.Configuration.ConfigurationProperty
_properties System.Configuration.ConfigurationPropertyCollection
_runtimeObject object

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TypedElement ( Type baseType ) : System.Configuration

Méthodes protégées

Méthode Description
BaseGetRuntimeObject ( ) : object

Method Details

BaseGetRuntimeObject() protected méthode

protected BaseGetRuntimeObject ( ) : object
Résultat object

TypedElement() public méthode

public TypedElement ( Type baseType ) : System.Configuration
baseType System.Type
Résultat System.Configuration

Property Details

_propInitData protected_oe static_oe property

protected static ConfigurationProperty,System.Configuration _propInitData
Résultat System.Configuration.ConfigurationProperty

_propTypeName protected_oe static_oe property

protected static ConfigurationProperty,System.Configuration _propTypeName
Résultat System.Configuration.ConfigurationProperty

_properties protected_oe property

protected ConfigurationPropertyCollection,System.Configuration _properties
Résultat System.Configuration.ConfigurationPropertyCollection

_runtimeObject protected_oe property

protected object _runtimeObject
Résultat object