Edit

Share via


BlobBuilder.WriteReference(Int32, Boolean) Method

Definition

Writes a reference to a heap (heap offset) or a table (row number).

C#
public void WriteReference(int reference, bool isSmall);

Parameters

reference
Int32

Heap offset or table row number.

isSmall
Boolean

true to encode the reference as a 16-bit integer; false to encode it as a 32-bit integer.

Exceptions

Builder is not writable, it has been linked with another one.

Applies to