ReservedBlob<THandle> 구조체

정의

후속 콘텐츠 업데이트를 위해 예약된 메타데이터 힙의 핸들 및 해당 blob을 나타냅니다.

generic <typename THandle>
 where THandle : value classpublic value class ReservedBlob
public readonly struct ReservedBlob<THandle> where THandle : struct
public struct ReservedBlob<THandle> where THandle : struct
type ReservedBlob<'Handle (requires 'Handle : struct)> = struct
Public Structure ReservedBlob(Of THandle)

형식 매개 변수

THandle
상속
ReservedBlob<THandle>

속성

Content
Handle

예약된 Blob 핸들을 가져옵니다.

메서드

CreateWriter()

콘텐츠를 업데이트하는 데 사용되는 BlobWriter를 반환합니다.

적용 대상