Android.Content.PM.ComponentInfo Class
Base class containing information common to all application components (Android.Content.PM.ActivityInfo, Android.Content.PM.ServiceInfo).

See Also: ComponentInfo Members

Syntax

[Android.Runtime.Register("android/content/pm/ComponentInfo", DoNotGenerateAcw=true)]
public class ComponentInfo : PackageItemInfo

Remarks

Base class containing information common to all application components (Android.Content.PM.ActivityInfo, Android.Content.PM.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.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1