ShortcutHelperCreate - метод
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static void Create(
string fileName,
string targetPath,
string arguments,
string workingDirectory,
string description = null,
string hotkey = null,
string iconPath = null
)
Public Shared Sub Create (
fileName As String,
targetPath As String,
arguments As String,
workingDirectory As String,
Optional description As String = Nothing,
Optional hotkey As String = Nothing,
Optional iconPath As String = Nothing
)
public:
static void Create(
String^ fileName,
String^ targetPath,
String^ arguments,
String^ workingDirectory,
String^ description = nullptr,
String^ hotkey = nullptr,
String^ iconPath = nullptr
)
static member Create :
fileName : string *
targetPath : string *
arguments : string *
workingDirectory : string *
?description : string *
?hotkey : string *
?iconPath : string
(* Defaults:
let _description = defaultArg description null
let _hotkey = defaultArg hotkey null
let _iconPath = defaultArg iconPath null
*)
-> unit
Параметры
- fileName String
-
- targetPath String
-
- arguments String
-
- workingDirectory String
-
- description String (Optional)
-
- hotkey String (Optional)
-
- iconPath String (Optional)
-