言語

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

プロパティ値

ラッパーがデバッグモードの場合は真です。そうでなければ、誤りです。

実装

適用対象