Click or drag to resize

IComManager Methods

The IComManager type exposes the following members.

Methods
 NameDescription
Public methodGetDocumentsComObjectForDocument Gets the documents COM object for the document. The document's Com object must at least implement IDataObject.
Public methodGetDocumentsDataObjectForDocument Gets the documents data object for the document. The document's data object must only implement IDataObject.
Public methodProcessStartupArguments Processes the startup arguments that are given in the command to start the application. If the return value is true, we carry on and start the application. If the return value is false, we terminate the application immediately.
Public methodRegisterApplicationForCom Registers the application for COM.
Public methodStartLocalServer Starts the ComManager.
Public methodStopLocalServer Stops the ComManager.
Public methodUnregisterApplicationForCom Unregisters the application for COM.
Top
See Also