ModuleController Methods

Methods

AddReference Binds another ModuleController as a component of this ModuleController.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ExitInstructs the ModuleController to exit.
Exit(FuncBoolean)Instructs the ModuleController to exit.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Invoke(Action) 
Invoke(CommandWithArgs) 
Invoke(Command, Object) 
Invoke(Keys, Object) 
Invoke(String, Object) 
InvokeT(Command, ArrayColumnT) 
InvokeT(Keys, ArrayColumnT) 
InvokeT(String, ArrayColumnT) 
Raise(CommandWithArgs)Raises a command that will be handled by an Handler.
Raise(Command, Object)Raises a command that will be handled by an Handler.
Raise(Keys, Object)Raises a keyCombination that will be handled by an Handler.
Raise(String, Object)Raises a customCommandKey that will be handled by an Handler.
RaiseT(Command, ArrayColumnT) 
RaiseT(Keys, ArrayColumnT) 
RaiseT(String, ArrayColumnT) 
Run 
RunAction 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also