| Module Methods | 
The Module type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ClearHashtables | 
            Clears the module hash tables.
             | 
|  | GetObject | 
            Gets the object created from the given DataRow.
             | 
|  | Init | 
            Initializes the module.
            (Inherited from ModuleEntry.) | 
|  | OnInit | 
            Handles the module initialization.
            (Inherited from ModuleEntry.) | 
|  | OnPreInit | 
            Handles the module pre-initialization.
            (Inherited from ModuleEntry.) | 
|  | PreInit | 
            Pre-initializes the module.
            (Inherited from ModuleEntry.) | 
|  | ProcessCommand | 
            Processes the specified command.
             | 
|  | RegisterCommand | 
            Registers the given command
             | 
|  | RegisterCommands | 
            Registers the object type of this module
             | 
|   | RegisterContextContextType | 
            Registers the module context
             | 
 See Also
See Also