Debug.MemoryInfo.ReadFromParcel(Parcel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads this object from the supplied parcel.
[Android.Runtime.Register("readFromParcel", "(Landroid/os/Parcel;)V", "GetReadFromParcel_Landroid_os_Parcel_Handler")]
public virtual void ReadFromParcel(Android.OS.Parcel source);
[<Android.Runtime.Register("readFromParcel", "(Landroid/os/Parcel;)V", "GetReadFromParcel_Landroid_os_Parcel_Handler")>]
abstract member ReadFromParcel : Android.OS.Parcel -> unit
override this.ReadFromParcel : Android.OS.Parcel -> unit
Parameters
- source
- Parcel
The parcel that supplies the data.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Java documentation for android.os.Debug.MemoryInfo.readFromParcel(android.os.Parcel).