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
Syntax
    C#
   
  public XPRMModule FindModule( string moduleName )
Parameters
- moduleName
- 
   Type: 
   SystemString
   
 name of the module to find
Return Value
Type: XPRMModuleA module object
 See Also
See Also
 
