IDumpable.Dump(PrintWriter, 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.
Dumps the internal state into the given writer
.
[Android.Runtime.Register("dump", "(Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler:Android.Util.IDumpableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public void Dump (Java.IO.PrintWriter writer, string[]? args);
[<Android.Runtime.Register("dump", "(Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler:Android.Util.IDumpableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member Dump : Java.IO.PrintWriter * string[] -> unit
Parameters
- writer
- PrintWriter
writer to be written to
- args
- String[]
optional list of arguments
- Attributes
Remarks
Dumps the internal state into the given writer
.
Java documentation for android.util.Dumpable.dump(java.io.PrintWriter, 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.