Method | Description | |
---|---|---|
GetRunStub ( |
Builds a stub EXE in a well-known location. Future calls with the same arguments will return the same EXE.
|
Method | Description | |
---|---|---|
BuildRunStub ( |
Builds a stub EXE that executes the "0install run" command.
|
|
CreateOrUpdateRunStub ( |
Creates a new or updates an existing stub EXE that executes the "0install run" command.
|
|
EscapeForCode ( string value ) : string |
Escapes a string so that is safe for substitution inside C# code
|
|
GetRunStubCode ( |
Generates the C# to be compiled for the stub EXE.
|
public static GetRunStub ( |
||
target | The application to be launched via the stub. | |
command | [ | The command argument to be passed to the the "0install run" command; can be |
handler | [ | A callback object used when the the user is to be informed about the progress of long-running operations such as downloads. |
machineWide | bool | Store the stub in a machine-wide directory instead of just for the current user. |
return | string |