Method | Description | |
---|---|---|
Register ( |
Applies application registration to the current system.
|
|
Unregister ( [ appRegistration, bool machineWide ) : void |
Removes application registration from the current system.
|
public static Register ( |
||
target | The application being integrated. | |
appRegistration | [ | The registration information to be applied. |
verbCapabilities | IEnumerable |
The capabilities that the application is to be registered with. |
machineWide | bool | Apply the registration 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. |
return | void |
public static Unregister ( [ appRegistration, bool machineWide ) : void | ||
appRegistration | [ | The registration information to be removed. |
machineWide | bool | Apply the registration machine-wide instead of just for the current user. |
return | void |