| ITaskGroupLoadTaskPerformerAssemblies Method  | 
 
            Loads for each task in the group the task performer assembly and class and adds the instance to
            the task instance
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxvoid LoadTaskPerformerAssemblies(
	IGenerator executingGenerator
)
Sub LoadTaskPerformerAssemblies ( 
	executingGenerator As IGenerator
)
Parameters
- executingGenerator
 - Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The generator instance that will be performing this taskgroup 
See Also