Click or drag to resize

IComponentRegistry Properties

The IComponentRegistry type exposes the following members.

Properties
  NameDescription
Public propertyHasLocalComponents
Gets a value indicating whether the registry contains its own components. True if the registry contains its own components; false if it is forwarding registrations from another external registry.
Public propertyProperties
Gets the set of properties used during component registration.
Public propertyRegistrations
Gets the set of registered components.
Public propertyServiceMiddlewareSources
Gets the set of service middleware sources that are used by the registry.
Public propertySources
Gets the registration sources that are used by the registry.
Top
See Also