EmitOptions.PdbFilePath 属性

定义

要嵌入到 PE 映像中的 PDB 文件的名称,或为 null 以使用默认值。

public:
 property System::String ^ PdbFilePath { System::String ^ get(); };
public string PdbFilePath { get; }
public string? PdbFilePath { get; }
member this.PdbFilePath : string
Public ReadOnly Property PdbFilePath As String

属性值

注解

如果未指定源模块的文件名,则使用扩展名更改为“pdb”。

适用于