MetadataBuilder.GetOrAddDocumentName(String) 方法

定义

对调试文档名称进行编码,并将其添加到 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 的句柄。

例外

valuenull

注解

有关文档名称 Blob 的详细信息,请参阅: https://github.com/dotnet/runtime/blob/main/docs/design/specs/PortablePdb-Metadata.md#DocumentNameBlob

适用于