Click or drag to resize

IComponentRegistration Properties

The IComponentRegistration type exposes the following members.

Properties
  NameDescription
Public propertyActivator
Gets the activator used to create instances.
Public propertyId
Gets a unique identifier for this component (shared in all sub-contexts.) This value also appears in Services.
Public propertyLifetime
Gets the lifetime associated with the component.
Public propertyMetadata
Gets additional data associated with the component.
Public propertyOptions
Gets the options for the registration.
Public propertyOwnership
Gets a value indicating whether the instances of the component should be disposed by the container.
Public propertyResolvePipeline
Gets the resolve pipeline for the component.
Public propertyServices
Gets the services provided by the component.
Public propertySharing
Gets a value indicating whether the component instances are shared or not.
Public propertyTarget
Gets the component registration upon which this registration is based.
Top
See Also