C# 클래스 System.Diagnostics.TypedElement

상속: System.Configuration.ConfigurationElement
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

보호된 프로퍼티들

프로퍼티 타입 설명
_propInitData System.Configuration.ConfigurationProperty
_propTypeName System.Configuration.ConfigurationProperty
_properties System.Configuration.ConfigurationPropertyCollection
_runtimeObject object

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TypedElement ( Type baseType ) : System.Configuration

보호된 메소드들

메소드 설명
BaseGetRuntimeObject ( ) : object

메소드 상세

BaseGetRuntimeObject() 보호된 메소드

protected BaseGetRuntimeObject ( ) : object
리턴 object

TypedElement() 공개 메소드

public TypedElement ( Type baseType ) : System.Configuration
baseType System.Type
리턴 System.Configuration

프로퍼티 상세

_propInitData 보호되어 있는 정적으로 프로퍼티

protected static ConfigurationProperty,System.Configuration _propInitData
리턴 System.Configuration.ConfigurationProperty

_propTypeName 보호되어 있는 정적으로 프로퍼티

protected static ConfigurationProperty,System.Configuration _propTypeName
리턴 System.Configuration.ConfigurationProperty

_properties 보호되어 있는 프로퍼티

protected ConfigurationPropertyCollection,System.Configuration _properties
리턴 System.Configuration.ConfigurationPropertyCollection

_runtimeObject 보호되어 있는 프로퍼티

protected object _runtimeObject
리턴 object