JaCIL Framework API

TypeTranslator.TranslateTypeClass Method 

See ITypeTranslator for details.

public ClassInfo TranslateTypeClass();

Return Value

The ClassInfo containing the ClassWriter to be used for field and method generation in this class.

Implements

ITypeTranslator.TranslateTypeClass

Remarks

Note    Note that Assembly level permissions are not supported by the JVM so all classes will be public. The JVM semantic of package-level protection (namespace-level) does not really have a semantic in the CLI so this is the lowest common denominator.

See Also

TypeTranslator Class | JaCIL.Compiler.Standard.Translator Namespace