Android.Content.PM.InstrumentationInfo Members

The members of Android.Content.PM.InstrumentationInfo are listed below.

See Also: Inherited members from Android.Content.PM.PackageItemInfo

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
DataDirstring. Full path to a directory assigned to the package for its persistent data.
FunctionalTestbool. Specifies whether or not to run this instrumentation as a functional test
HandleProfilingbool. Specifies whether or not this instrumentation will handle profiling.
PublicSourceDirstring. Full path to the publicly available parts of InstrumentationInfo.SourceDir, including resources and manifest.
SourceDirstring. Full path to the base APK for this application.
SplitPublicSourceDirsIList<string>. Full path to the publicly available parts of InstrumentationInfo.SplitSourceDirs, including resources and manifest.
SplitSourceDirsIList<string>. Full paths to zero or more split APKs that, when combined with the base APK defined in InstrumentationInfo.SourceDir, form a complete application.
TargetPackagestring. The name of the application package being instrumented.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.