C# Class Mono.Cecil.Tests.CompilationService

Mostra file Open project: NecropolisModding/AbraxisToolsetInstaller Class Usage Examples

Public Methods

Method Description
Compile ( string name ) : string
CompileResource ( string name ) : string
Verify ( string name ) : void

Protected Methods

Method Description
CompileFile ( string name ) : string
GetCompiledFilePath ( string file_name ) : string

Private Methods

Method Description
RegisterFile ( string name, string result_file ) : void
TryGetResult ( string name, string &file_result ) : bool

Method Details

Compile() public method

public Compile ( string name ) : string
name string
return string

CompileFile() protected abstract method

protected abstract CompileFile ( string name ) : string
name string
return string

CompileResource() public static method

public static CompileResource ( string name ) : string
name string
return string

GetCompiledFilePath() protected static method

protected static GetCompiledFilePath ( string file_name ) : string
file_name string
return string

Verify() public static method

public static Verify ( string name ) : void
name string
return void