JaCIL Framework API

ClassInfo Class

Simple class containing a reference to the file name and class writer of a translated class.

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

System.Object
   JaCIL.Compiler.ClassInfo

public sealed class ClassInfo

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

Since this will likely be passed around in non-generic collections this is a reference type and not a value type.

Requirements

Namespace: JaCIL.Compiler

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

See Also

ClassInfo Members | JaCIL.Compiler Namespace