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.

  1. void invokeTool(string[] args, void delegate(int, string) output_callback, string[string] env)
    interface Compiler
    protected deprecated final
    void
    invokeTool
    (
    string[] args
    ,
    void delegate
    (
    int
    ,
    string
    )
    output_callback
    ,
    string[string] env = null
    )
  2. void invokeTool(string[] args, void delegate(int, string) output_callback, NativePath cwd, string[string] env)

Meta