Share via


ManagedWrapper.DebugMode 속성

정의

래퍼가 디버깅 모드인지 여부를 가져오거나 설정합니다.

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

속성 값

Boolean

래퍼가 디버깅 모드에 있으면 True이고, 그렇지 않으면 false입니다.

구현

적용 대상