다음을 통해 공유


CompilerParameters.IncludeDebugInformation 속성

정의

컴파일된 실행 파일에 디버그 정보가 포함될지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IncludeDebugInformation { bool get(); void set(bool value); };
public bool IncludeDebugInformation { get; set; }
member this.IncludeDebugInformation : bool with get, set
Public Property IncludeDebugInformation As Boolean

속성 값

디버그 정보를 생성해야 한다면 true이고, 그렇지 않으면 false입니다.

적용 대상