set_output_string


Description:

public void set_output_string (ref uint8[] output, out size_t size_written)

Set a string output.

The emitter will write the output characters to the output buffer of the size size. The emitter will set size_written to the number of written bytes. If the buffer is smaller than required, the emitter produces the ErrorType.WRITE error.

Parameters:

output

An output buffer.

size_written

he pointer to save the number of written bytes.

emitter

An emitter object.

size

The buffer size.