Click or drag to resize

ITaskLoadTaskPerformerAssembly Method

Loads for this task the task performer assembly and class and adds the instance to this task instance

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
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.
See Also