TypeRegistration Properties
Enables a container registration for dependencies that are registered by type (i.e., by calling the IntegrityContainer.RegisterType methods).Name | Description |
---|---|
ConcreteType | Gets the type of a dependency. |
ConstructorInfo | Gets the selected constructor to be resolved. |
Instance | Gets the cached instance for a resolved non-transient dependency. |
SyncRoot | Gets an object that can be used to synchronize access. |
Transient | Gets the flag for a transient registration. |
See Also