BlobWriter.WriteReference(Int32, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a reference to a heap (heap offset) or a table (row number).
public:
void WriteReference(int reference, bool isSmall);
public void WriteReference (int reference, bool isSmall);
member this.WriteReference : int * bool -> unit
Public Sub WriteReference (reference As Integer, isSmall As Boolean)
Parameters
- reference
- Int32
Heap offset or table row number.
- isSmall
- Boolean
true
to encode the reference as 16-bit integer, false
to encode as 32-bit integer.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.