C# Class Fan.Sys.Process

Process
Inheritance: FanObj
Show file Open project: xored/f4

Public Methods

Method Description
@in ( ) : InStream
@in ( InStream @in ) : void
@out ( ) : OutStream
@out ( OutStream @out ) : void
@typeof ( ) : Type
command ( ) : List
command ( List v ) : void
dir ( ) : File
dir ( File v ) : void
env ( ) : Map
err ( ) : OutStream
err ( OutStream err ) : void
join ( ) : long
kill ( ) : Process
make ( ) : Process
make ( List command ) : Process
make ( List command, File dir ) : Process
mergeErr ( ) : bool
mergeErr ( bool v ) : void
run ( ) : Process

Private Methods

Method Description
Process ( List command, File dir ) : System
checkRun ( ) : void
errHandler ( object sender, System args ) : void
inHandler ( ) : void
outHandler ( object sender, System args ) : void

Method Details

@in() public method

public @in ( ) : InStream
return InStream

@in() public method

public @in ( InStream @in ) : void
@in InStream
return void

@out() public method

public @out ( ) : OutStream
return OutStream

@out() public method

public @out ( OutStream @out ) : void
@out OutStream
return void

@typeof() public method

public @typeof ( ) : Type
return Type

command() public method

public command ( ) : List
return List

command() public method

public command ( List v ) : void
v List
return void

dir() public method

public dir ( ) : File
return File

dir() public method

public dir ( File v ) : void
v File
return void

env() public method

public env ( ) : Map
return Map

err() public method

public err ( ) : OutStream
return OutStream

err() public method

public err ( OutStream err ) : void
err OutStream
return void

join() public method

public join ( ) : long
return long

kill() public method

public kill ( ) : Process
return Process

make() public static method

public static make ( ) : Process
return Process

make() public static method

public static make ( List command ) : Process
command List
return Process

make() public static method

public static make ( List command, File dir ) : Process
command List
dir File
return Process

mergeErr() public method

public mergeErr ( ) : bool
return bool

mergeErr() public method

public mergeErr ( bool v ) : void
v bool
return void

run() public method

public run ( ) : Process
return Process