共用方式為


MockContext.StartInstrumentation(ComponentName, String, Bundle) 方法

定義

開始執行類別 Instrumentation

[Android.Runtime.Register("startInstrumentation", "(Landroid/content/ComponentName;Ljava/lang/String;Landroid/os/Bundle;)Z", "GetStartInstrumentation_Landroid_content_ComponentName_Ljava_lang_String_Landroid_os_Bundle_Handler")]
public override bool StartInstrumentation (Android.Content.ComponentName? className, string? profileFile, Android.OS.Bundle? arguments);
[<Android.Runtime.Register("startInstrumentation", "(Landroid/content/ComponentName;Ljava/lang/String;Landroid/os/Bundle;)Z", "GetStartInstrumentation_Landroid_content_ComponentName_Ljava_lang_String_Landroid_os_Bundle_Handler")>]
override this.StartInstrumentation : Android.Content.ComponentName * string * Android.OS.Bundle -> bool

參數

className
ComponentName

要執行的檢測元件名稱。

profileFile
String

當檢測執行時寫入程式代碼剖析資料的選擇性路徑,或針對沒有分析的 Null。

arguments
Bundle

要傳遞至檢測的其他選擇性自變數,或 Null。

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於