Debugger.IsLogging メソッド
アタッチされたデバッガによってログが有効になっているかどうかを確認します。
Public Shared Function IsLogging() As Boolean
[C#]
public static bool IsLogging();
[C++]
public: static bool IsLogging();
[JScript]
public static function IsLogging() : Boolean;
戻り値
デバッガがアタッチされ、ログが有効になっている場合は true 、それ以外の場合は false 。アタッチされたデバッガとは、 DbgManagedDebugger レジストリ キーに登録されているマネージ デバッガです。このキーの詳細については、「 JIT アタッチ デバッグの有効化 」を参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ