PackageManager.GetInstrumentationInfo(ComponentName, PackageInfoFlags) メソッド

定義

特定のインストルメンテーション クラスについて知っているすべての情報を取得します。

[Android.Runtime.Register("getInstrumentationInfo", "(Landroid/content/ComponentName;I)Landroid/content/pm/InstrumentationInfo;", "GetGetInstrumentationInfo_Landroid_content_ComponentName_IHandler")]
public abstract Android.Content.PM.InstrumentationInfo GetInstrumentationInfo (Android.Content.ComponentName className, Android.Content.PM.PackageInfoFlags flags);
[<Android.Runtime.Register("getInstrumentationInfo", "(Landroid/content/ComponentName;I)Landroid/content/pm/InstrumentationInfo;", "GetGetInstrumentationInfo_Landroid_content_ComponentName_IHandler")>]
abstract member GetInstrumentationInfo : Android.Content.ComponentName * Android.Content.PM.PackageInfoFlags -> Android.Content.PM.InstrumentationInfo

パラメーター

className
ComponentName

Instrumentation クラスのフル ネーム (com.google.apps.contacts.InstrumentList)。

flags
PackageInfoFlags

返されるデータを変更するための追加のオプション フラグ。

戻り値

InstrumentationInfoインストルメンテーションに関する情報を含む オブジェクト。

属性

例外

注釈

特定のインストルメンテーション クラスについて知っているすべての情報を取得します。

android.content.pm.PackageManager.getInstrumentationInfo(android.content.ComponentName, int)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象