| IServiceManagerCreateInjectedOfAllTType Method |
Creates injected instances of all TType
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax IEnumerable<TType> CreateInjectedOfAll<TType>(
Assembly fromAssembly = null
)
Function CreateInjectedOfAll(Of TType) (
Optional fromAssembly As Assembly = Nothing
) As IEnumerable(Of TType)
generic<typename TType>
IEnumerable<TType>^ CreateInjectedOfAll(
Assembly^ fromAssembly = nullptr
)
abstract CreateInjectedOfAll :
?fromAssembly : Assembly
(* Defaults:
let _fromAssembly = defaultArg fromAssembly null
*)
-> IEnumerable<'TType>
Parameters
- fromAssembly (Optional)
- Type: System.ReflectionAssembly
[Missing <param name="fromAssembly"/> documentation for "M:SanteDB.Core.Services.IServiceManager.CreateInjectedOfAll``1(System.Reflection.Assembly)"]
Type Parameters
- TType
[Missing <typeparam name="TType"/> documentation for "M:SanteDB.Core.Services.IServiceManager.CreateInjectedOfAll``1(System.Reflection.Assembly)"]
Return Value
Type:
IEnumerableTType[Missing <returns> documentation for "M:SanteDB.Core.Services.IServiceManager.CreateInjectedOfAll``1(System.Reflection.Assembly)"]
See Also