C# (CSharp) StatePrinting Namespace

Nested Namespaces

StatePrinting.Configurations
StatePrinting.FieldHarvesters
StatePrinting.Introspection
StatePrinting.OutputFormatters
StatePrinting.TestAssistance
StatePrinting.Tests
StatePrinting.ValueConverters

Classes

Name Description
Stateprinter A class able to dump an object graph to a string. class inheritance hierarchies as well as cyclic graphs are supported. Simply call the PrintObject with an object or object-graph to get a string representation. The printing process is thread safe. The state printer is highly customizable both in terms of which types and fields are printed as well as how printing of values is done.