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