BlobWriter.WriteReference(Int32, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
写入对堆(堆偏移量)或表(行号)的引用。
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)
参数
- reference
- Int32
堆偏移量或表的行号。
- isSmall
- Boolean
如果为 true
,则将引用编码为 16 位整数;如果为 false
,则编码为 32 位整数。