![](../icons/icon.png) | IServiceManagerCreateInjected Method (Type) |
Create a new, injected type
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
SyntaxObject CreateInjected(
Type type
)
Function CreateInjected (
type As Type
) As Object
Object^ CreateInjected(
Type^ type
)
abstract CreateInjected :
type : Type -> Object
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:SanteDB.Core.Services.IServiceManager.CreateInjected(System.Type)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Core.Services.IServiceManager.CreateInjected(System.Type)"]
See Also