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"로 변경한 원본 모듈의 파일 이름이 사용됩니다.

적용 대상