WallpaperService.Engine.Dump 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.
Prints this engine's state to the specified output.
[Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")]
protected virtual void Dump(string? prefix, Java.IO.FileDescriptor? fd, Java.IO.PrintWriter? out, string[]? args);
[<Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")>]
abstract member Dump : string * Java.IO.FileDescriptor * Java.IO.PrintWriter * string[] -> unit
override this.Dump : string * Java.IO.FileDescriptor * Java.IO.PrintWriter * string[] -> unit
Parameters
- prefix
- String
A string to prepend to each line of output.
The raw file descriptor to which the dump is sent.
- out
- PrintWriter
The PrintWriter to which the engine's state should be written.
- args
- String[]
Additional arguments for the dump request.
- 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.