Android.OS.IBinder.Dump Method
Print the object's state into the given stream.

Syntax

[Android.Runtime.Register("dump", "(Ljava/io/FileDescriptor;[Ljava/lang/String;)V", "GetDump_Ljava_io_FileDescriptor_arrayLjava_lang_String_Handler:Android.OS.IBinderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Dump (Java.IO.FileDescriptor fd, string[] args)

Parameters

fd
The raw file descriptor that the dump is being sent to.
args
additional arguments to the dump request.

Exceptions

TypeReason
Android.OS.RemoteException

Remarks

Print the object's state into the given stream.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3