| 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.3.0.0 (5.3.0)
Syntaxpublic static void PerformDependencyInjection(
	Object injectionTarget
)
Public Shared Sub PerformDependencyInjection ( 
	injectionTarget As Object
)
Parameters
- injectionTarget
 - Type: SystemObject
The target to inject objects in. 
See Also