Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetModule Method (moduleName)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationModuleEnumeratorGetModule(String)
Gets the metadata information of a module by its name specified in the configuration files.
Declaration Syntax
C#Visual BasicVisual C++
public ModuleInfo GetModule(
	string moduleName
)
Public Function GetModule ( _
	moduleName As String _
) As ModuleInfo
public:
virtual ModuleInfo^ GetModule(
	String^ moduleName
) sealed
Parameters
moduleName (String)
The module's name.
Return Value
A ModuleInfo associated with the moduleName parameter.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)