DebugDirectoryBuilder.AddEmbeddedPortablePdbEntry(BlobBuilder, UInt16) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
新增內嵌可攜式 PDB 項目。
public:
void AddEmbeddedPortablePdbEntry(System::Reflection::Metadata::BlobBuilder ^ debugMetadata, System::UInt16 portablePdbVersion);
public void AddEmbeddedPortablePdbEntry (System.Reflection.Metadata.BlobBuilder debugMetadata, ushort portablePdbVersion);
member this.AddEmbeddedPortablePdbEntry : System.Reflection.Metadata.BlobBuilder * uint16 -> unit
Public Sub AddEmbeddedPortablePdbEntry (debugMetadata As BlobBuilder, portablePdbVersion As UShort)
參數
- debugMetadata
- BlobBuilder
可攜式 PDB 中繼資料產生器。
- portablePdbVersion
- UInt16
可攜式 PDB 格式的版本 (例如 1.0 版為 0x0100)。
例外狀況
debugMetadata
為 null
。
portablePdbVersion
小於 0x0100。