Click or drag to resize

ImplicitRegistrationSource Methods

The ImplicitRegistrationSource type exposes the following members.

Methods
  NameDescription
Protected methodBuildRegistration
Allows hooking into the registration pipeline of the registration source, useful for such things as marking a registration as externally owned.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegistrationsFor
Retrieve registrations for an unregistered service, to be used by the container.
Protected methodResolveInstanceT
Resolves an instance of the implicit type.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also