Overload List
Name | Description | |
---|---|---|
GetTypesToRegisterTService(IEnumerableAssembly) |
Returns all concrete non-generic types that are located in the supplied assemblies
and implement or inherit from the supplied TService.
| |
GetTypesToRegisterTService(Assembly) |
Returns all concrete non-generic types that are located in the supplied assemblies
and implement or inherit from the supplied TService.
| |
GetTypesToRegisterTService(IEnumerableAssembly, TypesToRegisterOptions) |
Returns all concrete types that are located in the supplied assemblies
and implement or inherit from the supplied TService and match the specified
options...
| |
GetTypesToRegister(Type, IEnumerableAssembly) |
Returns all concrete non-generic types that are located in the supplied assemblies
and implement or inherit from the supplied serviceType.
serviceType can be an open-generic type.
| |
GetTypesToRegister(Type, Assembly) |
Returns all concrete non-generic types that are located in the supplied assemblies
and implement or inherit from the supplied serviceType.
serviceType can be an open-generic type.
| |
GetTypesToRegister(Type, IEnumerableAssembly, TypesToRegisterOptions) |
Returns all concrete types that are located in the supplied assemblies
and implement or inherit from the supplied serviceType and match the specified
options... serviceType can be an open-generic type.
|
See Also