DependencyInjectionInfoProviderSingletonPerformDependencyInjection Method |
Performs the dependency injection of the objects to inject into the target specified.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static void PerformDependencyInjection(
Object injectionTarget
)
Public Shared Sub PerformDependencyInjection (
injectionTarget As Object
)
Parameters
- injectionTarget
- Type: SystemObject
The target to inject objects in.
See Also