Свойство | Type | Description | |
---|---|---|---|
RegKeyClassesExecutableFiles | string[] |
Méthode | Description | |
---|---|---|
Apply ( |
Adds a context menu entry to the current system.
|
|
Remove ( Store contextMenu, bool machineWide ) : void |
Removes a context menu entry from the current system.
|
Méthode | Description | |
---|---|---|
GetKeyName ( Store target ) : IEnumerable |
Gets the registry key name relevant for the specified context menu target.
|
public static Apply ( |
||
target | The application being integrated. | |
contextMenu | Store | The context menu entry to add. |
machineWide | bool | Add the context menu entry machine-wide instead of just for the current user. |
handler | ITaskHandler | 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 Remove ( Store contextMenu, bool machineWide ) : void | ||
contextMenu | Store | The context menu entry to remove. |
machineWide | bool | Remove the context menu entry machine-wide instead of just for the current user. |
Résultat | void |