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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public void AddAssembly(
	Assembly assembly
)

Parameters

assembly  Assembly
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