C# 클래스 System.ComponentModel.DebugTypeDescriptor

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
AddEditorTable ( Type editorBaseType, Hashtable table ) : void
CreateDesigner ( IComponent component, Type designerBaseType ) : IDesigner
GetAttributes ( Type componentType ) : AttributeCollection
GetAttributes ( object component ) : AttributeCollection
GetAttributes ( object component, bool noCustomTypeDesc ) : AttributeCollection
GetClassName ( object component ) : string
GetClassName ( object component, bool noCustomTypeDesc ) : string
GetComponentName ( object component ) : string
GetComponentName ( object component, bool noCustomTypeDesc ) : string
GetConverter ( Type type ) : TypeConverter
GetConverter ( object component ) : TypeConverter
GetConverter ( object component, bool noCustomTypeDesc ) : TypeConverter
GetDefaultEvent ( Type componentType ) : System.ComponentModel.EventDescriptor
GetDefaultEvent ( object component ) : System.ComponentModel.EventDescriptor
GetDefaultEvent ( object component, bool noCustomTypeDesc ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( Type componentType ) : PropertyDescriptor
GetDefaultProperty ( object component ) : PropertyDescriptor
GetDefaultProperty ( object component, bool noCustomTypeDesc ) : PropertyDescriptor
GetEditor ( Type type, Type editorBaseType ) : object
GetEditor ( object component, Type editorBaseType ) : object
GetEditor ( object component, Type editorBaseType, bool noCustomTypeDesc ) : object
GetEvents ( Type componentType ) : EventDescriptorCollection
GetEvents ( Type componentType, Attribute attributes ) : EventDescriptorCollection
GetEvents ( object component ) : EventDescriptorCollection
GetEvents ( object component, Attribute attributes ) : EventDescriptorCollection
GetEvents ( object component, Attribute attributes, bool noCustomTypeDesc ) : EventDescriptorCollection
GetEvents ( object component, bool noCustomTypeDesc ) : EventDescriptorCollection
GetProperties ( Type componentType ) : PropertyDescriptorCollection
GetProperties ( Type componentType, Attribute attributes ) : PropertyDescriptorCollection
GetProperties ( object component ) : PropertyDescriptorCollection
GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
GetProperties ( object component, Attribute attributes, bool noCustomTypeDesc ) : PropertyDescriptorCollection
GetProperties ( object component, bool noCustomTypeDesc ) : PropertyDescriptorCollection
Refresh ( Assembly assembly ) : void
Refresh ( Module module ) : void
Refresh ( Type type ) : void
Refresh ( object component ) : void
SortDescriptorArray ( IList infos ) : void

비공개 메소드들

메소드 설명
CreateEvent ( Type componentType, System.ComponentModel.EventDescriptor oldEventDescriptor ) : System.ComponentModel.EventDescriptor
CreateEvent ( Type componentType, string name, Type type ) : System.ComponentModel.EventDescriptor
CreateProperty ( Type componentType, PropertyDescriptor oldPropertyDescriptor ) : PropertyDescriptor
CreateProperty ( Type componentType, string name, Type type ) : PropertyDescriptor
DebugTypeDescriptor ( ) : System.Runtime.Serialization.Formatters
GetCustomAttributes ( MemberInfo info ) : object[]
GetCustomAttributes ( Type type ) : object[]
GetEditorTable ( Type editorBaseType ) : Hashtable
GetEntry ( object component, Type componentType ) : ComponentEntry

메소드 상세

AddEditorTable() 공개 정적인 메소드

public static AddEditorTable ( Type editorBaseType, Hashtable table ) : void
editorBaseType System.Type
table System.Collections.Hashtable
리턴 void

CreateDesigner() 공개 정적인 메소드

public static CreateDesigner ( IComponent component, Type designerBaseType ) : IDesigner
component IComponent
designerBaseType System.Type
리턴 IDesigner

GetAttributes() 공개 정적인 메소드

public static GetAttributes ( Type componentType ) : AttributeCollection
componentType System.Type
리턴 AttributeCollection

GetAttributes() 공개 정적인 메소드

public static GetAttributes ( object component ) : AttributeCollection
component object
리턴 AttributeCollection

GetAttributes() 공개 정적인 메소드

public static GetAttributes ( object component, bool noCustomTypeDesc ) : AttributeCollection
component object
noCustomTypeDesc bool
리턴 AttributeCollection

GetClassName() 공개 정적인 메소드

public static GetClassName ( object component ) : string
component object
리턴 string

GetClassName() 공개 정적인 메소드

public static GetClassName ( object component, bool noCustomTypeDesc ) : string
component object
noCustomTypeDesc bool
리턴 string

GetComponentName() 공개 정적인 메소드

public static GetComponentName ( object component ) : string
component object
리턴 string

GetComponentName() 공개 정적인 메소드

public static GetComponentName ( object component, bool noCustomTypeDesc ) : string
component object
noCustomTypeDesc bool
리턴 string

GetConverter() 공개 정적인 메소드

public static GetConverter ( Type type ) : TypeConverter
type System.Type
리턴 TypeConverter

GetConverter() 공개 정적인 메소드

public static GetConverter ( object component ) : TypeConverter
component object
리턴 TypeConverter

GetConverter() 공개 정적인 메소드

public static GetConverter ( object component, bool noCustomTypeDesc ) : TypeConverter
component object
noCustomTypeDesc bool
리턴 TypeConverter

GetDefaultEvent() 공개 정적인 메소드

public static GetDefaultEvent ( Type componentType ) : System.ComponentModel.EventDescriptor
componentType System.Type
리턴 System.ComponentModel.EventDescriptor

GetDefaultEvent() 공개 정적인 메소드

public static GetDefaultEvent ( object component ) : System.ComponentModel.EventDescriptor
component object
리턴 System.ComponentModel.EventDescriptor

GetDefaultEvent() 공개 정적인 메소드

public static GetDefaultEvent ( object component, bool noCustomTypeDesc ) : System.ComponentModel.EventDescriptor
component object
noCustomTypeDesc bool
리턴 System.ComponentModel.EventDescriptor

GetDefaultProperty() 공개 정적인 메소드

public static GetDefaultProperty ( Type componentType ) : PropertyDescriptor
componentType System.Type
리턴 PropertyDescriptor

GetDefaultProperty() 공개 정적인 메소드

public static GetDefaultProperty ( object component ) : PropertyDescriptor
component object
리턴 PropertyDescriptor

GetDefaultProperty() 공개 정적인 메소드

public static GetDefaultProperty ( object component, bool noCustomTypeDesc ) : PropertyDescriptor
component object
noCustomTypeDesc bool
리턴 PropertyDescriptor

GetEditor() 공개 정적인 메소드

public static GetEditor ( Type type, Type editorBaseType ) : object
type System.Type
editorBaseType System.Type
리턴 object

GetEditor() 공개 정적인 메소드

public static GetEditor ( object component, Type editorBaseType ) : object
component object
editorBaseType System.Type
리턴 object

GetEditor() 공개 정적인 메소드

public static GetEditor ( object component, Type editorBaseType, bool noCustomTypeDesc ) : object
component object
editorBaseType System.Type
noCustomTypeDesc bool
리턴 object

GetEvents() 공개 정적인 메소드

public static GetEvents ( Type componentType ) : EventDescriptorCollection
componentType System.Type
리턴 EventDescriptorCollection

GetEvents() 공개 정적인 메소드

public static GetEvents ( Type componentType, Attribute attributes ) : EventDescriptorCollection
componentType System.Type
attributes System.Attribute
리턴 EventDescriptorCollection

GetEvents() 공개 정적인 메소드

public static GetEvents ( object component ) : EventDescriptorCollection
component object
리턴 EventDescriptorCollection

GetEvents() 공개 정적인 메소드

public static GetEvents ( object component, Attribute attributes ) : EventDescriptorCollection
component object
attributes System.Attribute
리턴 EventDescriptorCollection

GetEvents() 공개 정적인 메소드

public static GetEvents ( object component, Attribute attributes, bool noCustomTypeDesc ) : EventDescriptorCollection
component object
attributes System.Attribute
noCustomTypeDesc bool
리턴 EventDescriptorCollection

GetEvents() 공개 정적인 메소드

public static GetEvents ( object component, bool noCustomTypeDesc ) : EventDescriptorCollection
component object
noCustomTypeDesc bool
리턴 EventDescriptorCollection

GetProperties() 공개 정적인 메소드

public static GetProperties ( Type componentType ) : PropertyDescriptorCollection
componentType System.Type
리턴 PropertyDescriptorCollection

GetProperties() 공개 정적인 메소드

public static GetProperties ( Type componentType, Attribute attributes ) : PropertyDescriptorCollection
componentType System.Type
attributes System.Attribute
리턴 PropertyDescriptorCollection

GetProperties() 공개 정적인 메소드

public static GetProperties ( object component ) : PropertyDescriptorCollection
component object
리턴 PropertyDescriptorCollection

GetProperties() 공개 정적인 메소드

public static GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
component object
attributes System.Attribute
리턴 PropertyDescriptorCollection

GetProperties() 공개 정적인 메소드

public static GetProperties ( object component, Attribute attributes, bool noCustomTypeDesc ) : PropertyDescriptorCollection
component object
attributes System.Attribute
noCustomTypeDesc bool
리턴 PropertyDescriptorCollection

GetProperties() 공개 정적인 메소드

public static GetProperties ( object component, bool noCustomTypeDesc ) : PropertyDescriptorCollection
component object
noCustomTypeDesc bool
리턴 PropertyDescriptorCollection

Refresh() 공개 정적인 메소드

public static Refresh ( Assembly assembly ) : void
assembly System.Reflection.Assembly
리턴 void

Refresh() 공개 정적인 메소드

public static Refresh ( Module module ) : void
module System.Reflection.Module
리턴 void

Refresh() 공개 정적인 메소드

public static Refresh ( Type type ) : void
type System.Type
리턴 void

Refresh() 공개 정적인 메소드

public static Refresh ( object component ) : void
component object
리턴 void

SortDescriptorArray() 공개 정적인 메소드

public static SortDescriptorArray ( IList infos ) : void
infos IList
리턴 void