The IComponentDescriptor type exposes the following members.

Methods

  NameDescription
ResolveComponent
Resolves the component instance.
ResolveComponentHandler
Resolves the component handler.
ResolveComponentType
Resolves the component type.
ResolveTraits
Resolves the component traits.
ResolveTraitsHandler
Resolves the traits handler.

Properties

  NameDescription
ComponentHandlerFactory
Gets the component handler factory.
ComponentId
Gets the component's id.
ComponentProperties
Gets the parameter properties.
ComponentTypeName
Gets the component type name.
DisabledReason
Gets the reason the component was disabled.
IsDisabled
Returns true if the plugin that provides the component is disabled or if the service implemented by the component is disabled.
Plugin
Gets the descriptor of the plugin that provides the component.
Service
Gets the descriptor of the service implemented by the component.
TraitsProperties
Gets the traits properties.

See Also