IBinder.Dump(FileDescriptor, String[]) 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.
Print the object's state into the given stream.
[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);
[<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")>]
abstract member Dump : Java.IO.FileDescriptor * string[] -> unit
Parameters
The raw file descriptor that the dump is being sent to.
- args
- String[]
additional arguments to the dump request.
- Attributes
Exceptions
Remarks
Print the object's state into the given stream.
Java documentation for android.os.IBinder.dump(java.io.FileDescriptor, java.lang.String[])
.
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.