Click or drag to resize
TaskLoadTaskPerformerAssembly Method
Loads for this task the task performer assembly and class and adds the instance to this 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 LoadTaskPerformerAssembly(
	string fullTaskPerformersPath,
	string additionalTaskPerformersPath
)

Parameters

fullTaskPerformersPath
Type: SystemString
the path where the assembly can be found.
additionalTaskPerformersPath
Type: SystemString
The additional task performers path.

Implements

ITaskLoadTaskPerformerAssembly(String, String)
See Also