ReservedBlob<THandle> 结构

定义

表示为将来的内容更新保留的元数据堆上的句柄和相应的 blob。

C#
public readonly struct ReservedBlob<THandle> where THandle : struct
C#
public struct ReservedBlob<THandle> where THandle : struct

类型参数

THandle
继承
ReservedBlob<THandle>

属性

Content

表示为将来的内容更新保留的元数据堆上的句柄和相应的 blob。

Handle

获取保留的 blob 句柄。

方法

CreateWriter()

返回用于更新内容的 BlobWriter

适用于

产品 版本
.NET Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)