Android.Content.PM.PackageManager.GetInstrumentationInfo Method
Retrieve all of the information we know about a particular instrumentation class.

Syntax

[Android.Runtime.Register("getInstrumentationInfo", "(Landroid/content/ComponentName;I)Landroid/content/pm/InstrumentationInfo;", "GetGetInstrumentationInfo_Landroid_content_ComponentName_IHandler")]
public abstract InstrumentationInfo GetInstrumentationInfo (Android.Content.ComponentName className, [Android.Runtime.GeneratedEnum] PackageInfoFlags flags)

Parameters

className
The full name (i.e. com.google.apps.contacts.InstrumentList) of an Instrumentation class.
flags
Additional option flags. Currently should always be 0.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
!:NoType:android/content/pm/PackageManager$NameNotFoundException;Href=../../../../reference/android/content/pm/PackageManager.NameNotFoundException.html

Remarks

Retrieve all of the information we know about a particular instrumentation class.

Throws NoType:android/content/pm/PackageManager$NameNotFoundException;Href=../../../../reference/android/content/pm/PackageManager.NameNotFoundException.html if instrumentation with the given class name cannot be found on the system.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1