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

Syntax

[Android.Runtime.Register("dump", "(Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")]
protected virtual void Dump (Java.IO.FileDescriptor fd, Java.IO.PrintWriter fout, string[] args)

Parameters

fd
The raw file descriptor that the dump is being sent to.
fout
The file to which you should dump your state. This will be closed for you after you return.
args
additional arguments to the dump request.

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 1