| ModuleManager Methods | 
The ModuleManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CheckModuleLicense | Obsolete. 
            Processes the specified command.
             | 
|   | ClearHashtables | 
            Clears all the module hashtables.
             | 
|   | ClearReadOnlyObjects | 
            Clears object structures.
             | 
|   | GetContextProperty | 
            Gets the value of context property.
             | 
|   | GetModule | 
            Gets the module entry for specified module.
             | 
|   | GetObject(LoadDataSettings) | 
            Gets a new object of the given type created using the given settings.
             | 
|   | GetObject(String, Boolean) | 
            Gets a new object of the given type.
             | 
|   | GetObject(DataRow, String, Boolean) | 
            Gets a new object of the given type created from the given DataRow.
             | 
|   | GetReadOnlyObject(String) | 
            Gets the cached object instance of given type.
             | 
|   | GetReadOnlyObject(String, Boolean) | 
            Gets the cached object instance of given type.
             | 
|   | GetReadOnlyObjectByClassName | 
            Gets the cached object representation of the given class name.
             | 
|   | RemoveReadOnlyObject | 
            Removes object structures.
             | 
 See Also
See Also