Show / Hide Table of Contents

Class AN_ComponentInfo

Base class containing information common to all application components AM_ActivityInfo , AN_ServiceInfo. This class is not intended to be used by itself; it is simply here to share common definitions between all application components. As such, it does not itself implement Parcelable, but does provide convenience methods to assist in the implementation of Parcelable in subclasses.

Inheritance
System.Object
AN_PackageItemInfo
AN_ComponentInfo
AM_ActivityInfo
AN_ServiceInfo
Inherited Members
AN_PackageItemInfo.Name
AN_PackageItemInfo.PackageName
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_ComponentInfo : AN_PackageItemInfo
In This Article
Back to top Generated by DocFX