Represents referential data for the compiler. Specifically, information that is not accessible directly by the assembly being compiled is queried through implementations of this interface.
For a list of all members of this type, see ICompilerReferences Members.
| Type | Description |
|---|---|
| CompilerReferences | Standard implementation of ICompilerReferences. |
Usage of this interface should not be restricted to types outside of the assembly being compiled. That is, usage dictates that look ups can be performed even on the current assembly being compiled to keep the usage consistent.
Namespace: JaCIL.Compiler
Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)
ICompilerReferences Members | JaCIL.Compiler Namespace