Share via


Instrumentation.IsProfiling 屬性

定義

檢查是否已啟動此檢測,並啟用分析。

public virtual bool IsProfiling { [Android.Runtime.Register("isProfiling", "()Z", "GetIsProfilingHandler")] get; }
[<get: Android.Runtime.Register("isProfiling", "()Z", "GetIsProfilingHandler")>]
member this.IsProfiling : bool

屬性值

如果在啟動時啟用分析,則傳回 true,否則傳回 false。

屬性

備註

檢查是否已啟動此檢測,並啟用分析。

android.app.Instrumentation.isProfiling() JAVA 檔。

此頁面的部分是根據 原始碼專案所建立和共用的工作進行修改,並根據中所述的詞彙使用。

適用於