Creates the emitter based on the given source to target
Creates the emitter based on the given source to target with no extra dup.
public NewValueTypeEmitter(TypeReference);
Creates the emitter based on the given source to target
public NewValueTypeEmitter(TypeReference,bool);
Creates the emitter based on the given source to target with no extra dup.
public NewValueTypeEmitter(string);
Creates the emitter based on the given source to target
public NewValueTypeEmitter(string,bool);
NewValueTypeEmitter Class | JaCIL.Compiler.Standard.Translator.Instruction Namespace