Android.Content.PM.PackageItemInfo Members

The members of Android.Content.PM.PackageItemInfo 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

Bannerint. A drawable resource identifier (in the package's resources) of this component's banner.
Iconint. A drawable resource identifier (in the package's resources) of this component's icon.
LabelResint. A string resource identifier (in the package's resources) of this component's label.
Logoint. A drawable resource identifier (in the package's resources) of this component's logo.
MetaDataAndroid.OS.Bundle. Additional meta-data associated with this component.
Namestring. Public name of this item.
NonLocalizedLabelJava.Lang.ICharSequence. The string provided in the AndroidManifest file, if any.
PackageNamestring. Name of the package that this item is in.

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

LoadBanner(PackageManager) : Android.Graphics.Drawables.Drawable
Retrieve the current graphical banner associated with this item.
LoadIcon(PackageManager) : Android.Graphics.Drawables.Drawable
Retrieve the current graphical icon associated with this item.
LoadLabel(PackageManager) : string
Documentation for this section has not yet been entered.
LoadLabelFormatted(PackageManager) : Java.Lang.ICharSequence
Retrieve the current textual label associated with this item.
LoadLogo(PackageManager) : Android.Graphics.Drawables.Drawable
Retrieve the current graphical logo associated with this item.
LoadXmlMetaData(PackageManager, string) : System.Xml.XmlReader
Load an XML resource attached to the meta-data of this item.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)

Protected Methods