Méthode | Description | |
---|---|---|
Register ( |
Registers a COM server in the current system.
|
|
Unregister ( [ comServer, bool machineWide ) : void |
Unregisters a COM server in the current system.
|
public static Register ( |
||
target | The application being integrated. | |
comServer | [ | The COM server to be registered. |
machineWide | bool | Register the COM server machine-wide instead of just for the current user. |
handler | [ | A callback object used when the the user is to be informed about the progress of long-running operations such as downloads. |
Résultat | void |
public static Unregister ( [ comServer, bool machineWide ) : void | ||
comServer | [ | The COM server to be unregistered. |
machineWide | bool | Unregister the COM server machine-wide instead of just for the current user. |
Résultat | void |