Context Methods

Methods

AttachToUIContext 
BeginInvoke 
BeginInvokeDelayed 
CloseAllTasks 
CloseAllTasksAndRun Closes all the currently active tasks, and performs the command. Used mainly by menu items to Execute tasks directly from the menu.
DetachFromUIContext 
DiscardPendingCommands 
DiscardPendingCommandsIfOnUIThread 
Dispose 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
InvokeUICommand 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RunAsMDI(Form, ModuleController) Runs the module within the mdi form.
RunAsMDI(Form, Action) Runs the module within the mdi form.
RunExpressionCommands 
SetNonUIThread 
Suspend(Int32) Suspends the application for the specified duration. The display will be refreshed during the suspend. Any keyboard input will terminate the suspension.
Suspend(Int32, Boolean) 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also