C# Class OsDevKit.Compiler

Mostrar archivo Open project: Myvar/OsDevKit

Public Properties

Property Type Description
Log string

Public Methods

Method Description
Compile ( ) : void
StartProcces ( string name, string args, string path, BuildStep st, string fl, bool waitfor = true ) : void

Private Methods

Method Description
DoReplacements ( string val, BuildStep stp, string fl ) : string

Method Details

Compile() public static method

public static Compile ( ) : void
return void

StartProcces() public static method

public static StartProcces ( string name, string args, string path, BuildStep st, string fl, bool waitfor = true ) : void
name string
args string
path string
st BuildStep
fl string
waitfor bool
return void

Property Details

Log public_oe static_oe property

public static string Log
return string