C# Class System.ComponentModel.DebugTypeDescriptor

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AddEditorTable() public static méthode

public static AddEditorTable ( Type editorBaseType, Hashtable table ) : void
editorBaseType System.Type
table System.Collections.Hashtable
Résultat void

CreateDesigner() public static méthode

public static CreateDesigner ( IComponent component, Type designerBaseType ) : IDesigner
component IComponent
designerBaseType System.Type
Résultat IDesigner

GetAttributes() public static méthode

public static GetAttributes ( Type componentType ) : AttributeCollection
componentType System.Type
Résultat AttributeCollection

GetAttributes() public static méthode

public static GetAttributes ( object component ) : AttributeCollection
component object
Résultat AttributeCollection

GetAttributes() public static méthode

public static GetAttributes ( object component, bool noCustomTypeDesc ) : AttributeCollection
component object
noCustomTypeDesc bool
Résultat AttributeCollection

GetClassName() public static méthode

public static GetClassName ( object component ) : string
component object
Résultat string

GetClassName() public static méthode

public static GetClassName ( object component, bool noCustomTypeDesc ) : string
component object
noCustomTypeDesc bool
Résultat string

GetComponentName() public static méthode

public static GetComponentName ( object component ) : string
component object
Résultat string

GetComponentName() public static méthode

public static GetComponentName ( object component, bool noCustomTypeDesc ) : string
component object
noCustomTypeDesc bool
Résultat string

GetConverter() public static méthode

public static GetConverter ( Type type ) : TypeConverter
type System.Type
Résultat TypeConverter

GetConverter() public static méthode

public static GetConverter ( object component ) : TypeConverter
component object
Résultat TypeConverter

GetConverter() public static méthode

public static GetConverter ( object component, bool noCustomTypeDesc ) : TypeConverter
component object
noCustomTypeDesc bool
Résultat TypeConverter

GetDefaultEvent() public static méthode

public static GetDefaultEvent ( Type componentType ) : System.ComponentModel.EventDescriptor
componentType System.Type
Résultat System.ComponentModel.EventDescriptor

GetDefaultEvent() public static méthode

public static GetDefaultEvent ( object component ) : System.ComponentModel.EventDescriptor
component object
Résultat System.ComponentModel.EventDescriptor

GetDefaultEvent() public static méthode

public static GetDefaultEvent ( object component, bool noCustomTypeDesc ) : System.ComponentModel.EventDescriptor
component object
noCustomTypeDesc bool
Résultat System.ComponentModel.EventDescriptor

GetDefaultProperty() public static méthode

public static GetDefaultProperty ( Type componentType ) : PropertyDescriptor
componentType System.Type
Résultat PropertyDescriptor

GetDefaultProperty() public static méthode

public static GetDefaultProperty ( object component ) : PropertyDescriptor
component object
Résultat PropertyDescriptor

GetDefaultProperty() public static méthode

public static GetDefaultProperty ( object component, bool noCustomTypeDesc ) : PropertyDescriptor
component object
noCustomTypeDesc bool
Résultat PropertyDescriptor

GetEditor() public static méthode

public static GetEditor ( Type type, Type editorBaseType ) : object
type System.Type
editorBaseType System.Type
Résultat object

GetEditor() public static méthode

public static GetEditor ( object component, Type editorBaseType ) : object
component object
editorBaseType System.Type
Résultat object

GetEditor() public static méthode

public static GetEditor ( object component, Type editorBaseType, bool noCustomTypeDesc ) : object
component object
editorBaseType System.Type
noCustomTypeDesc bool
Résultat object

GetEvents() public static méthode

public static GetEvents ( Type componentType ) : EventDescriptorCollection
componentType System.Type
Résultat EventDescriptorCollection

GetEvents() public static méthode

public static GetEvents ( Type componentType, Attribute attributes ) : EventDescriptorCollection
componentType System.Type
attributes System.Attribute
Résultat EventDescriptorCollection

GetEvents() public static méthode

public static GetEvents ( object component ) : EventDescriptorCollection
component object
Résultat EventDescriptorCollection

GetEvents() public static méthode

public static GetEvents ( object component, Attribute attributes ) : EventDescriptorCollection
component object
attributes System.Attribute
Résultat EventDescriptorCollection

GetEvents() public static méthode

public static GetEvents ( object component, Attribute attributes, bool noCustomTypeDesc ) : EventDescriptorCollection
component object
attributes System.Attribute
noCustomTypeDesc bool
Résultat EventDescriptorCollection

GetEvents() public static méthode

public static GetEvents ( object component, bool noCustomTypeDesc ) : EventDescriptorCollection
component object
noCustomTypeDesc bool
Résultat EventDescriptorCollection

GetProperties() public static méthode

public static GetProperties ( Type componentType ) : PropertyDescriptorCollection
componentType System.Type
Résultat PropertyDescriptorCollection

GetProperties() public static méthode

public static GetProperties ( Type componentType, Attribute attributes ) : PropertyDescriptorCollection
componentType System.Type
attributes System.Attribute
Résultat PropertyDescriptorCollection

GetProperties() public static méthode

public static GetProperties ( object component ) : PropertyDescriptorCollection
component object
Résultat PropertyDescriptorCollection

GetProperties() public static méthode

public static GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
component object
attributes System.Attribute
Résultat PropertyDescriptorCollection

GetProperties() public static méthode

public static GetProperties ( object component, Attribute attributes, bool noCustomTypeDesc ) : PropertyDescriptorCollection
component object
attributes System.Attribute
noCustomTypeDesc bool
Résultat PropertyDescriptorCollection

GetProperties() public static méthode

public static GetProperties ( object component, bool noCustomTypeDesc ) : PropertyDescriptorCollection
component object
noCustomTypeDesc bool
Résultat PropertyDescriptorCollection

Refresh() public static méthode

public static Refresh ( Assembly assembly ) : void
assembly System.Reflection.Assembly
Résultat void

Refresh() public static méthode

public static Refresh ( Module module ) : void
module System.Reflection.Module
Résultat void

Refresh() public static méthode

public static Refresh ( Type type ) : void
type System.Type
Résultat void

Refresh() public static méthode

public static Refresh ( object component ) : void
component object
Résultat void

SortDescriptorArray() public static méthode

public static SortDescriptorArray ( IList infos ) : void
infos IList
Résultat void