dlangide v0.7.77 (2017-09-12T14:20:07Z)
Home
Dub
Repo
ExternalProcess.run
dlangide
builders
extprocess
ExternalProcess
Undocumented in source. Be warned that the author may not have intended to support it.
ExternalProcessState
run
(string program, string[] args, string dir, TextWriter stdoutTarget, TextWriter stderrTarget)
ExternalProcessState
run
(char[] program, char[][] args, char[] dir, TextWriter stdoutTarget, TextWriter stderrTarget)
class
ExternalProcess
ExternalProcessState
run
(
char
[]
program
,
char
[][]
args
,
char
[]
dir
,
TextWriter
stdoutTarget
,
TextWriter
stderrTarget
= null
)
Meta
Source
See Implementation
dlangide
builders
extprocess
ExternalProcess
constructors
this
functions
kill
poll
run
wait
waitForReadingCompletion
write
properties
result
state
variables
_args
_env
_pipes
_program
_result
_state
_stderr
_stderrReader
_stdout
_stdoutReader
_workDir