JaCIL Framework API

CompilerReferences Class

Standard implementation of ICompilerReferences.

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

System.Object
   JaCIL.Compiler.CompilerReferences

public class CompilerReferences : ICompilerReferences

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This implementation supports the usage of Cecil Assembly Definitions as well as standard reflection assemblies. Cecil definitions always take precedence over standard ones.

Requirements

Namespace: JaCIL.Compiler

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

See Also

CompilerReferences Members | JaCIL.Compiler Namespace