Shell Type
Allows to exec shell operations synchronously and asynchronously.
Static members
Static member | Description |
Full Usage:
Shell.AsyncExec(cmd, ?args, ?dir)
Parameters:
string
-
The command which should be run in elevated context.
?args : string
-
The process arguments (optional).
?dir : string
Returns: int
|
|
Full Usage:
Shell.Exec(cmd, ?args, ?dir)
Parameters:
string
-
The command which should be run in elevated context.
?args : string
-
The process arguments (optional).
?dir : string
Returns: int
|
|