JaCIL Framework API

ICompiler Interface

Top-level interface to the JaCIL compiler. This is the interface that embedding the compiler will minimally use.

For a list of all members of this type, see ICompiler Members.

public interface ICompiler

Types that implement ICompiler

Type Description
Compiler Standard JaCIL compiler implementation. This class is how most users of the compiler will create a concrete instance.

Remarks

It is up to the implementation to specify how the profiles are loaded into it. Implementations often would us a constructor to pass this reference.

Note    Currently the compiler interface does not support reading assembly images directly from memory. Only translating from a file is supported.

Requirements

Namespace: JaCIL.Compiler

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

ICompiler Members | JaCIL.Compiler Namespace