| ComponentRegistrar Methods | 
The ComponentRegistrar type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | EnumerateComponentServices | 
            Reads configuration data for a component and enumerates the set
            of configured services for the component.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (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.) | 
|  | RegisterComponentMetadataTReflectionActivatorData, TSingleRegistrationStyle | 
            Reads configuration data for a component's metadata
            and updates the component registration as needed.
             | 
|  | RegisterComponentParametersTReflectionActivatorData, TSingleRegistrationStyle | 
            Reads configuration data for a component's configured constructor parameter values
            and updates the component registration as needed.
             | 
|  | RegisterComponentPropertiesTReflectionActivatorData, TSingleRegistrationStyle | 
            Reads configuration data for a component's configured property values
            and updates the component registration as needed.
             | 
|  | RegisterComponentServicesTReflectionActivatorData, TSingleRegistrationStyle | 
            Reads configuration data for a component's exposed services
            and updates the component registration as needed.
             | 
|  | RegisterConfiguredComponents | 
            Registers individual configured components into a container builder.
             | 
|  | SetAutoActivateTReflectionActivatorData, TSingleRegistrationStyle | 
            Sets the auto activation mode for the component.
             | 
|  | SetComponentOwnershipTReflectionActivatorData, TSingleRegistrationStyle | 
            Sets the ownership model for the component.
             | 
|  | SetInjectPropertiesTReflectionActivatorData, TSingleRegistrationStyle | 
            Sets the property injection mode for the component.
             | 
|  | SetLifetimeScopeTReflectionActivatorData, TSingleRegistrationStyle | 
            Sets the lifetime scope for the component.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also