MetadataBuilder.GetOrAddDocumentName(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对调试文档名称进行编码,并将其添加到 Blob 堆(如果尚不存在)。
public:
System::Reflection::Metadata::BlobHandle GetOrAddDocumentName(System::String ^ value);
public System.Reflection.Metadata.BlobHandle GetOrAddDocumentName (string value);
member this.GetOrAddDocumentName : string -> System.Reflection.Metadata.BlobHandle
Public Function GetOrAddDocumentName (value As String) As BlobHandle
参数
- value
- String
要添加的文档名称。
返回
已添加的或现有的文档名称 blob 的句柄。
例外
value
为 null
。
注解
有关文档名称 Blob 的详细信息,请参阅: https://github.com/dotnet/runtime/blob/main/docs/design/specs/PortablePdb-Metadata.md#DocumentNameBlob