public static void Add(
RegistryScope registryScope,
WinStartupScope startupScope,
RegistryView registryView,
string title,
string filePath,
string arguments = "",
bool secureModeByPass = false
)
Public Shared Sub Add (
registryScope As RegistryScope,
startupScope As WinStartupScope,
registryView As RegistryView,
title As String,
filePath As String,
Optional arguments As String = "",
Optional secureModeByPass As Boolean = false
)
Dim registryScope As RegistryScope
Dim startupScope As WinStartupScope
Dim registryView As RegistryView
Dim title As String
Dim filePath As String
Dim arguments As String
Dim secureModeByPass As Boolean
UtilWinStartup.Add(registryScope, startupScope,
registryView, title, filePath, arguments,
secureModeByPass)
public:
static void Add(
RegistryScope registryScope,
WinStartupScope startupScope,
RegistryView registryView,
String^ title,
String^ filePath,
String^ arguments = L"",
bool secureModeByPass = false
)
static member Add :
registryScope : RegistryScope *
startupScope : WinStartupScope *
registryView : RegistryView *
title : string *
filePath : string *
?arguments : string *
?secureModeByPass : bool
(* Defaults:
let _arguments = defaultArg arguments ""
let _secureModeByPass = defaultArg secureModeByPass false
*)
-> unit
No code example is currently available or this language may not be supported.
[Missing <param name="arguments"/> documentation for "M:DevCase.Core.Windows.Applications.UtilWinStartup.Add(DevCase.Core.Windows.Registry.RegistryScope,DevCase.Core.Windows.Applications.WinStartupScope,Microsoft.Win32.RegistryView,System.String,System.String,System.String,System.Boolean)"]
No code example is currently available or this language may not be supported.
WinStartup.Add(RegistryScope.CurrentUser, WinStartupScope.Run, SystemScope.System32,
title:="Application Title",
filePath:="C:\Application.exe",
arguments:="/Arg1",
secureModeByPass:=True)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
ArgumentNullException | title or filePath |