JaCIL Framework API

ICompilerReferences Interface

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.

public interface ICompilerReferences

Types that implement ICompilerReferences

Type Description
CompilerReferences Standard implementation of ICompilerReferences.

Remarks

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.

Requirements

Namespace: JaCIL.Compiler

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

See Also

ICompilerReferences Members | JaCIL.Compiler Namespace