JaCIL Framework API

NewValueTypeEmitter Constructor

Creates the emitter based on the given source to target

Overload List

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);

See Also

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