Class AN_PackageItemInfo
Base class containing information common to all package items held by the package manager. This provides a very common basic set of attributes: a label, icon, and meta-data. This class is not intended to be used by itself; it is simply here to share common definitions between all items returned by the package manager. As such, it does not itself implement Parcelable, but does provide convenience methods to assist in the implementation of Parcelable in subclasses.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.Content.Pm
Assembly: cs.temp.dll.dll
Syntax
public class AN_PackageItemInfo
Properties
Name
Public name of this item.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
PackageName
Name of the package that this item is in.
Declaration
public string PackageName { get; }
Property Value
Type | Description |
---|---|
System.String |