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。

実装

適用対象