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.
| Type | Description |
|---|---|
| Compiler | Standard JaCIL compiler implementation. This class is how most users of the compiler will create a concrete instance. |
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.
Namespace: JaCIL.Compiler
Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)
ICompiler Members | JaCIL.Compiler Namespace