 | JobBuilderAddAssembly Method |
Adds an assembly and all its referenced assemblies to the list of required assemblies for this job.
Namespace: Ookii.Jumbo.Jet.Jobs.BuilderAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic void AddAssembly(
Assembly assembly
)
Public Sub AddAssembly (
assembly As Assembly
)
public:
void AddAssembly(
Assembly^ assembly
)
member AddAssembly :
assembly : Assembly -> unit
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