共用方式為


Debugger.IsLogging 方法

定義

檢查記錄是否由已附加偵錯工具啟用。

public:
 static bool IsLogging();
public static bool IsLogging ();
static member IsLogging : unit -> bool
Public Shared Function IsLogging () As Boolean

傳回

如果已附加偵錯工具並啟用記錄,則為 true,否則為 false。 已附加偵錯工具是 DbgManagedDebugger 登錄機碼中註冊的 Managed 偵錯工具。 如需這個機碼的詳細資訊,請參閱啟用 JIT 附加偵錯

適用於