Android.Content.PM.PackageStats Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

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

Public Properties

CacheSizelong. Size of cache used by the application. (e.g., /data/data//cache)
CodeSizelong. Size of the code (e.g.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
DataSizelong. Size of the internal data size for the application. (e.g., /data/data/)
ExternalCacheSizelong. Size of the external cache used by the application (i.e., on the SD card).
ExternalCodeSizelong. Size of the secure container on external storage holding the application's code.
ExternalDataSizelong. Size of the external data used by the application (e.g.
ExternalMediaSizelong. Size of the external media size used by the application.
ExternalObbSizelong. Size of the package's OBBs placed on external media.
PackageNamestring. Name of the package to which this stats applies.

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.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.