Method | Description | |
---|---|---|
CreateDesktopGameBat ( string name, string description, string arguments, Game game, IAbsoluteFilePath icon = null ) : System.Threading.Tasks.Task | ||
CreateDesktopGameIcon ( string name, string description, string arguments, Game game, IAbsoluteFilePath icon = null ) : System.Threading.Tasks.Task | ||
CreateDesktopPwsIcon ( string name, string description, string arguments, IAbsoluteFilePath icon = null ) : System.Threading.Tasks.Task | ||
CreateDesktopPwsIconCustomRepo ( string name, string description, |
||
CreateShortcut ( |
||
CreateShortcutAsync ( |
Method | Description | |
---|---|---|
GenerateBatContent ( IAbsoluteFilePath target, IAbsoluteDirectoryPath workDir, string pars ) : string | ||
GetDesktop ( ) : IAbsoluteDirectoryPath | ||
MakeValidShortcutFileName ( string fileName ) : string |
public static CreateDesktopGameBat ( string name, string description, string arguments, Game game, IAbsoluteFilePath icon = null ) : System.Threading.Tasks.Task | ||
name | string | |
description | string | |
arguments | string | |
game | Game | |
icon | IAbsoluteFilePath | |
return | System.Threading.Tasks.Task |
public static CreateDesktopGameIcon ( string name, string description, string arguments, Game game, IAbsoluteFilePath icon = null ) : System.Threading.Tasks.Task | ||
name | string | |
description | string | |
arguments | string | |
game | Game | |
icon | IAbsoluteFilePath | |
return | System.Threading.Tasks.Task |
public static CreateDesktopPwsIcon ( string name, string description, string arguments, IAbsoluteFilePath icon = null ) : System.Threading.Tasks.Task | ||
name | string | |
description | string | |
arguments | string | |
icon | IAbsoluteFilePath | |
return | System.Threading.Tasks.Task |
public static CreateDesktopPwsIconCustomRepo ( string name, string description, |
||
name | string | |
description | string | |
target | ||
icon | IAbsoluteFilePath | |
return | System.Threading.Tasks.Task |
public static CreateShortcut ( |
||
info | ||
return | void |
public static CreateShortcutAsync ( |
||
info | ||
return | System.Threading.Tasks.Task |