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: 5.0.2.0

C#
public XPRMModule FindModule( string moduleName )
Parameters
- moduleName
-
Type:
SystemString
name of the module to find
Return Value
Type: XPRMModuleA module object
