Overload List

NameDescription
PrettyPrint()()()()
Pretty-print a Snapshot object to the standard output. Shortcut for PrettyPrint(true, true, true, false).
PrettyPrint(Boolean, Boolean, Boolean, Boolean)
Pretty-print a Snapshot object to the standard output.
PrettyPrint(TextWriter, Boolean, Boolean, Boolean, Boolean)
Pretty-print a Snapshot object to the specified TextWriter.

See Also