Initializing help system before first use

FindModule Method

Find a module by its name. This method searches for a module of the given name. The module must be loaded in memory.

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

Parameters

moduleName
Type:  SystemString
name of the module to find

Return Value

Type:  XPRMModule
A module object
See Also