Click or drag to resize

memberRegistryLoadDLL Method

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

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

Parameters

dllPath
Type: SystemString
The DLL path.
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.
See Also