Cmd
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.os.exec
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Cmd()
init()
Sub New()
constructor (Cmd)
Parameters:
- value:
Args
Dir
Env
ExtraFiles
// .NET, .NET Standard 2.0
var ExtraFiles: Slice<Memory<File>>;
// Island
var ExtraFiles: Slice<Memory<File>>;
Output
Path
Process
ProcessState
// .NET, .NET Standard 2.0
var ProcessState: Memory<ProcessState>;
// Island
var ProcessState: Memory<ProcessState>;
// .NET, .NET Standard 2.0
Memory<ProcessState> ProcessState
// Island
Memory<ProcessState> ProcessState
// .NET, .NET Standard 2.0
var ProcessState: Memory<ProcessState>
// Island
var ProcessState: Memory<ProcessState>
// .NET, .NET Standard 2.0
ProcessState Memory<ProcessState>
// Island
ProcessState Memory<ProcessState>
// .NET, .NET Standard 2.0
FIELD ProcessState() As Memory<ProcessState>
// Island
FIELD ProcessState() As Memory<ProcessState>
Run
Start
method Start: error
error Start()
func Start() -> error
func Start() error
Function Start() As error
Stderr
Stdin
StdinPipe
method StdinPipe: tuple of (WriteCloser, error)
(WriteCloser, error) StdinPipe()
func StdinPipe() -> (WriteCloser, error)
func StdinPipe() tuple of (WriteCloser, error)
Function StdinPipe() As Tuple (Of WriteCloser, error)
Stdout
StdoutPipe
method StdoutPipe: tuple of (ReadCloser, error)
(ReadCloser, error) StdoutPipe()
func StdoutPipe() -> (ReadCloser, error)
func StdoutPipe() tuple of (ReadCloser, error)
Function StdoutPipe() As Tuple (Of ReadCloser, error)
Wait
Args
Dir
Env
ExtraFiles
// .NET, .NET Standard 2.0
var ExtraFiles: Slice<Memory<File>>;
// Island
var ExtraFiles: Slice<Memory<File>>;
Path
Process
ProcessState
// .NET, .NET Standard 2.0
var ProcessState: Memory<ProcessState>;
// Island
var ProcessState: Memory<ProcessState>;
// .NET, .NET Standard 2.0
Memory<ProcessState> ProcessState
// Island
Memory<ProcessState> ProcessState
// .NET, .NET Standard 2.0
var ProcessState: Memory<ProcessState>
// Island
var ProcessState: Memory<ProcessState>
// .NET, .NET Standard 2.0
ProcessState Memory<ProcessState>
// Island
ProcessState Memory<ProcessState>
// .NET, .NET Standard 2.0
FIELD ProcessState() As Memory<ProcessState>
// Island
FIELD ProcessState() As Memory<ProcessState>
Stderr
Stdin
Stdout
constructor
constructor
Cmd()
init()
Sub New()
constructor (Cmd)
Parameters:
- value:
Output
Run
Start
method Start: error
error Start()
func Start() -> error
func Start() error
Function Start() As error
StdinPipe
method StdinPipe: tuple of (WriteCloser, error)
(WriteCloser, error) StdinPipe()
func StdinPipe() -> (WriteCloser, error)
func StdinPipe() tuple of (WriteCloser, error)
Function StdinPipe() As Tuple (Of WriteCloser, error)
StdoutPipe
method StdoutPipe: tuple of (ReadCloser, error)
(ReadCloser, error) StdoutPipe()
func StdoutPipe() -> (ReadCloser, error)
func StdoutPipe() tuple of (ReadCloser, error)
Function StdoutPipe() As Tuple (Of ReadCloser, error)
Wait