Метод | Описание | |
---|---|---|
Create ( |
Creates an application alias in the current system.
|
|
Remove ( string aliasName, bool machineWide ) : void |
Removes an application alias from the current system.
|
Метод | Описание | |
---|---|---|
AddToAppPaths ( string exeName, string exePath, bool machineWide ) : void |
Adds an EXE to the AppPath registry key.
|
|
GetStubDir ( bool machineWide ) : string | ||
RemoveFromAppPaths ( string exeName, bool machineWide ) : void |
Removes an EXE from the AppPath registry key.
|
public static Create ( |
||
target | The application being integrated. | |
command | [ | The command within |
aliasName | [ | The name of the alias to be created. |
machineWide | bool | Create the alias 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. |
Результат | void |
public static Remove ( string aliasName, bool machineWide ) : void | ||
aliasName | string | The name of the alias to be removed. |
machineWide | bool | The alias was created machine-wide instead of just for the current user. |
Результат | void |