Click or drag to resize

AssemblyLoaderToolLoadAssembly Method (String)

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

Namespace:  imbSCI.Core.extensions.typeworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void LoadAssembly(
	string dllFile
)
Request Example View Source

Parameters

dllFile
Type: SystemString
The DLL file.
Exceptions
ExceptionCondition
ArgumentNullExceptiondllFile - Path can not be null nor empty
ArgumentOutOfRangeExceptionFile not found at specified path [" + dllFile + "] - dllFile
See Also