BackgroundContextMenuStartProcess Method |
Run a command with the given arguments
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public static void StartProcess(
string command,
string arguments
)
Public Shared Sub StartProcess (
command As String,
arguments As String
)
public:
static void StartProcess(
String^ command,
String^ arguments
)
static member StartProcess :
command : string *
arguments : string -> unit
Parameters
- command
- Type: SystemString
command to be executed - arguments
- Type: SystemString
arguments for the given command
See Also