Click or drag to resize
TaskGroupLoadTaskPerformerAssemblies 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.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public void LoadTaskPerformerAssemblies(
	IGenerator executingGenerator
)

Parameters

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

Implements

ITaskGroupLoadTaskPerformerAssemblies(IGenerator)
See Also