Android.Content.ComponentName Members

The members of Android.Content.ComponentName are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Instantiate a new ComponentName from the data in a Parcel that was previously written with ComponentName.WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags).
Documentation for this section has not yet been entered.
Create a new component identifier from a Context and class name.
Create a new component identifier.

Public Properties

[read-only]
ClassNamestring. Return the class name of this component.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
PackageNamestring. Return the package name of this component.
[read-only]
ShortClassNamestring. Return the class name, either fully qualified or in a shortened form (with a leading '.') if it is a suffix of the package.

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

Clone() : ComponentName
Creates and returns a copy of this Object.
CompareTo(ComponentName) : int
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
FlattenToShortString() : string
The same as ComponentName.FlattenToString, but abbreviates the class name if it is a suffix of the package.
FlattenToString() : string
Return a String that unambiguously describes both the package and class names contained in the ComponentName.
static
ReadFromParcel(Android.OS.Parcel) : ComponentName
Read a ComponentName from a Parcel that was previously written with ComponentName.WriteToParcel(ComponentName, Android.OS.Parcel), returning either a null or new object as appropriate.
ToShortString() : string
Return string representation of this class without the class's name as a prefix.
static
UnflattenFromString(string) : ComponentName
Recover a ComponentName from a String that was previously created with ComponentName.FlattenToString.
static
WriteToParcel(ComponentName, Android.OS.Parcel)
Write a ComponentName to a Parcel, handling null pointers.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.

Explicitly Implemented Interface Members

Java.Lang.IComparable.CompareToDocumentation for this section has not yet been entered.