Свойство | Type | Description | |
---|---|---|---|
AppID | string | ||
BinaryName | string | ||
IconPath | string | ||
Name | string | ||
NeedsTerminal | bool | ||
Target | string |
Méthode | Description | |
---|---|---|
RelaunchEntry ( string binaryName, string name, string target, bool needsTerminal, string iconPath ) : System |
Creates a new relaunch entry.
|
|
ToString ( ) : string |
Returns the rule in the form "RelaunchEntry (Name): Target". Not safe for parsing!
|
public RelaunchEntry ( string binaryName, string name, string target, bool needsTerminal, string iconPath ) : System | ||
binaryName | string | The canonical name of the binary supplying the command (without file extensions); can be |
name | string | The name to use for pinning this specific window to the taskbar. |
target | string | The Zero Install target. This will be used as a command-line argument, escape accordingly. |
needsTerminal | bool | Indicates whether this command requires a terminal to run. |
iconPath | string | The path to the icon to use for pinning this specific window to the taskbar; can be |
Résultat | System |