The ComponentRegistration type exposes the following members.

Constructors

  NameDescription
ComponentRegistration
Creates a component registration.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
ComponentHandlerFactory
Gets or sets the component handler factory.
ComponentId
Gets or sets the component id.
ComponentProperties
Gets or sets the component properties.
ComponentTypeName
Gets or sets the component type name, or null to use the default component type specified by the service.
Plugin
Gets or sets the plugin to which the component will belong.
Service
Gets or sets the service implemented by the component.
TraitsProperties
Gets or sets the traits properties.

See Also