Initializing help system before first use

LoadModule Method

Explicitly load a module. Mosel loads modules on demand when they are required by the models in core memory. However, it is possible to force the system to load a module using this function.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public XPRMModule LoadModule(
	string moduleName
)

Parameters

moduleName
Type:  SystemString
Module name, e.g. "mmxprs"

Return Value

Type:  XPRMModule
The corresponding module object
See Also