Compiler.invokeTool

Runs a tool and provides common boilerplate code.

This method should be used by Compiler implementations to invoke the compiler or linker binary.

interface Compiler
protected final
void
invokeTool
(
string[] args
,
void delegate
(
int
,
string
)
output_callback
,
string[string] env = null
)

Meta