API Reference
Class
CommandExecRequest
Represents a command execution request for the app-server.
Inheritance
- Object
- CommandExecRequest
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public CommandExecRequest(IReadOnlyList<String> command) #Initializes a new command execution request.
Parameters
- command System.Collections.Generic.IReadOnlyList{System.String}
- Command and arguments.
Inherited Methods
Properties
public IReadOnlyList<String> Command { get; } #Gets the command and arguments.
public String WorkingDirectory { get; set; } #Gets or sets the working directory.
public SandboxPolicy SandboxPolicy { get; set; } #Gets or sets the sandbox policy.
public Nullable<Int32> TimeoutMs { get; set; } #Gets or sets the timeout in milliseconds.