C# Class Meta.Compiler

Inheritance: IDisposable
ファイルを表示 Open project: brandon-kohn/Meta Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void
Compile ( ) : void
Compiler ( EnvDTE proj, string file, IVsOutputWindowPane pane ) : System
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ErrorDataHandler ( object sendingProcess, DataReceivedEventArgs errLine ) : void
Execute ( string compiler_binary, string compiler_args, string starting_directory, string source_to_compile ) : void
OutputDataHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Compile() public method

public Compile ( ) : void
return void

Compiler() public method

public Compiler ( EnvDTE proj, string file, IVsOutputWindowPane pane ) : System
proj EnvDTE
file string
pane IVsOutputWindowPane
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void