C# Class System.ComponentModel.DebugTypeDescriptor.ComponentEntry

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

Private Properties

Свойство Type Description
CreateInstance object
FilterEvents EventDescriptorCollection
FilterProperties PropertyDescriptorCollection
GetExtendedProperties ICollection
GetExtenderCollisionSuffix string
GetExtenderProviders IExtenderProvider[]
GetService object
GetWrappedExtenders IList
SearchIntrinsicTable object
ShouldHideMember bool

Méthodes publiques

Méthode Description
ComponentEntry ( Type componentType ) : System.Runtime.Serialization.Formatters
Dispose ( object component ) : void
FilterMembers ( Type infoType, IList infos, Attribute attributes ) : void
GetAttributes ( object component ) : AttributeCollection
GetConverter ( ) : TypeConverter
GetConverter ( object component ) : TypeConverter
GetDefaultEvent ( object component ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( object component ) : PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEditor ( object component, Type editorBaseType ) : object
GetEvents ( object component, Attribute attributes ) : EventDescriptorCollection
GetEvents ( object component, Attribute attributes, bool noFilter ) : EventDescriptorCollection
GetExtenders ( ) : IList
GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
GetProperties ( object component, Attribute attributes, bool noFilter ) : PropertyDescriptorCollection

Méthodes protégées

Méthode Description
GetTypeFromName ( string typeName ) : Type

Private Methods

Méthode Description
CreateInstance ( Type type ) : object
FilterEvents ( object component, Attribute attributes, EventDescriptorCollection events ) : EventDescriptorCollection
FilterProperties ( object component, Attribute attributes, PropertyDescriptorCollection properties ) : PropertyDescriptorCollection
GetExtendedProperties ( IComponent comp, IExtenderProvider providers ) : ICollection
GetExtenderCollisionSuffix ( PropertyDescriptor prop ) : string
GetExtenderProviders ( ISite site ) : IExtenderProvider[]
GetService ( object component, Type type ) : object
GetWrappedExtenders ( IExtenderProvider provider ) : IList
SearchIntrinsicTable ( Hashtable table ) : object
ShouldHideMember ( MemberDescriptor info, Attribute attribute ) : bool

Method Details

ComponentEntry() public méthode

public ComponentEntry ( Type componentType ) : System.Runtime.Serialization.Formatters
componentType System.Type
Résultat System.Runtime.Serialization.Formatters

Dispose() public méthode

public Dispose ( object component ) : void
component object
Résultat void

FilterMembers() public méthode

public FilterMembers ( Type infoType, IList infos, Attribute attributes ) : void
infoType System.Type
infos IList
attributes System.Attribute
Résultat void

GetAttributes() public méthode

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

GetConverter() public méthode

public GetConverter ( ) : TypeConverter
Résultat TypeConverter

GetConverter() public méthode

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

GetDefaultEvent() public méthode

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

GetDefaultProperty() public méthode

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

GetEditor() public méthode

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

GetEditor() public méthode

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

GetEvents() public méthode

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

GetEvents() public méthode

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

GetExtenders() public méthode

public GetExtenders ( ) : IList
Résultat IList

GetProperties() public méthode

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

GetProperties() public méthode

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

GetTypeFromName() protected méthode

protected GetTypeFromName ( string typeName ) : Type
typeName string
Résultat System.Type