Click or drag to resize
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)
Syntax
void LoadTaskPerformerAssemblies(
	IGenerator executingGenerator
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The generator instance that will be performing this taskgroup
See Also