Click or drag to resize

memberRegistryLoadAssembly Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the assembly.

Namespace:  imbSCI.Core.data.metadata
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void LoadAssembly(
	Assembly assembly,
	ILogBuilder log = null
)
Request Example View Source

Parameters

assembly
Type: System.ReflectionAssembly
The assembly.
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.
See Also