Click or drag to resize

JobBuilderAddAssembly Method

Adds an assembly and all its referenced assemblies to the list of required assemblies for this job.

Namespace:  Ookii.Jumbo.Jet.Jobs.Builder
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void AddAssembly(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
The assembly.
Remarks

You only need to call this method if you're extending the JobBuilder.

GAC assemblies and assemblies belonging to Jumbo are automatically excluded.

See Also