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.TasksAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public void LoadTaskPerformerAssembly(
string fullTaskPerformersPath,
string additionalTaskPerformersPath
)
Public Sub LoadTaskPerformerAssembly (
fullTaskPerformersPath As String,
additionalTaskPerformersPath As String
)
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