EmitOptions.PdbFilePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
要嵌入到 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”。