JaCIL Framework API

FieldValueTypeEmitter Constructor 

Creates the emitter based on the given source to target

public FieldValueTypeEmitter(
   TypeDefinition aType,
   bool isStatic
);

Parameters

aType
The Cecil type to generate for.
isStatic
Emit for static or instance fields.

See Also

FieldValueTypeEmitter Class | JaCIL.Compiler.Standard.Translator.Instruction Namespace