The members of Android.Content.ComponentName are listed below.
See Also: Inherited members from Java.Lang.Object
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. |
[read-only] | ClassName | string. Return the class name of this component. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | PackageName | string. Return the package name of this component. |
[read-only] | ShortClassName | string. Return the class name, either fully qualified or in a shortened form (with a leading '.') if it is a suffix of the package. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Clone()Creates and returns a copy of this Object. | ||
CompareTo(ComponentName) | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
FlattenToShortString()The same as ComponentName.FlattenToString, but abbreviates the class name if it is a suffix of the package. | ||
FlattenToString()Return a String that unambiguously describes both the package and class names contained in the ComponentName. | ||
static | ReadFromParcel(Android.OS.Parcel)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()Return string representation of this class without the class's name as a prefix. | ||
static | UnflattenFromString(string)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. |
Java.Lang.IComparable.CompareTo | Documentation for this section has not yet been entered. |