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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.