Android.Content.ComponentName: Method Members

The methods of Android.Content.ComponentName are listed below. For a list of all members, see the ComponentName Members list.

See Also: Inherited members from Java.Lang.Object

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.