Property | Type | Description | |
---|---|---|---|
CompileOnly | bool | ||
JustPreprocess | bool | ||
JustShowMacros | bool | ||
OutputName | string | ||
RunParameters | string[] | ||
ShouldRun | bool |
Method | Description | |
---|---|---|
AddIncludePath ( string Path ) : void | ||
CompileFiles ( string FileNames ) : void | ||
CompileProgram ( string CProgram, bool SaveTemp = false ) : |
||
CompileString ( string Code ) : void | ||
SetTarget ( string Target ) : void |
Method | Description | |
---|---|---|
CCompiler ( ) : System | ||
_GetAvailableTargets ( ) : Type>>.IEnumerable |
public CompileFiles ( string FileNames ) : void | ||
FileNames | string | |
return | void |
public static CompileProgram ( string CProgram, bool SaveTemp = false ) : |
||
CProgram | string | |
SaveTemp | bool | |
return |