IO
.
Process
:
object
Options for process execution
Variable
public
var
string
Arguments
Command line arguments
public
var
CacheInput
List of inputs to cache
public
var
string
CacheName
Unique name for process cache
public
var
CacheOutput
List of outputs to cache
public
var
string
Directory
Folder to execute the command in
public
var
string
FileName
Name of the execuatble file
public
var
string
Input
Text that will become <stdio>
public
var
bool
Visible
Run app in a window
Method
public
Process
.
Constructor
(
path
,
arguments
=
null
)
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
public
virtual
object
.
GetLayoutSpan
Return a layout inside a span
public
virtual
object
.
GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.
GetSourceReference
Return a source reference for this object
public
virtual
void
object
.
GetTexSource
(
source
)
LaTeX source code for this object
public
virtual
void
Process
.
OutputLine
(
line
)
Called for each line of output
public
IO
.
ProcessResult
Process
.
Run
Run the process