Android.App.FragmentManager.Dump Method
Print the FragmentManager's state into the given stream.

Syntax

[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")]
public abstract void Dump (string prefix, Java.IO.FileDescriptor fd, Java.IO.PrintWriter writer, string[] args)

Parameters

prefix
Text to print at the front of each line.
fd
The raw file descriptor that the dump is being sent to.
writer
A PrintWriter to which the dump is to be set.
args
Additional arguments to the dump request.

Remarks

Print the FragmentManager's state into the given stream.

[Android Documentation]

Requirements

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