C# Class JSIL.Try.CompileWorker

Inheritance: System.MarshalByRefObject, ICompileWorker
Mostrar archivo Open project: sq/JSIL

Public Properties

Property Type Description
AssemblyReferences string[]

Public Methods

Method Description
CompileAssembly ( string tempPath, string csharp, string &compilerOutput, string &resultPath, string &resultFullName, string &entryPoint ) : void

Private Methods

Method Description
GetFullName ( Type type ) : string

Method Details

CompileAssembly() public method

public CompileAssembly ( string tempPath, string csharp, string &compilerOutput, string &resultPath, string &resultFullName, string &entryPoint ) : void
tempPath string
csharp string
compilerOutput string
resultPath string
resultFullName string
entryPoint string
return void

Property Details

AssemblyReferences public_oe static_oe property

public static string[] AssemblyReferences
return string[]