DocumentNameBlobHandle 结构
定义
一个 BlobHandle,表示可移植 PDB 中 #Blob 堆上的 blob,其结构为文档名称。A BlobHandle representing a blob on #Blob heap in Portable PDB structured as Document Name.
public value class DocumentNameBlobHandle : IEquatable<System::Reflection::Metadata::DocumentNameBlobHandle>
public struct DocumentNameBlobHandle : IEquatable<System.Reflection.Metadata.DocumentNameBlobHandle>
type DocumentNameBlobHandle = struct
Public Structure DocumentNameBlobHandle
Implements IEquatable(Of DocumentNameBlobHandle)
- 继承
- 实现
注解
句柄的类型为 Blob 。The kind of the handle is Blob.
该句柄是专用化的 BlobHandle ,并且不具有不同的类型。The handle is a specialization of BlobHandle and doesn't have a distinct kind.
属性
IsNil |
方法
Equals(DocumentNameBlobHandle) |
指示当前对象是否等于同一类型的另一个对象。Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | |
GetHashCode() |