API Reference
Class
PowerShellCommandQueryRequest
Request parameters for PowerShell command execution.
Inheritance
- Object
- PowerShellCommandQueryRequest
Constructors
public PowerShellCommandQueryRequest() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PowerShellHostKind Host { get; set; } #Preferred host.
public String Command { get; set; } #Single PowerShell command to execute.
public String Script { get; set; } #Multi-line script text to execute.
public String WorkingDirectory { get; set; } #Optional working directory.
public Int32 TimeoutMs { get; set; } #Timeout in milliseconds.
public Int32 MaxOutputChars { get; set; } #Maximum combined output characters captured in Output.
public Boolean IncludeErrorStream { get; set; } #When true, stderr is appended to Output.