C# Class ObjectPrinter.Printers.ObjectPrinter

Afficher le fichier Open project: drewburlingame/ObjectPrinter

Méthodes publiques

Свойство Type Description
GetDefaultContext Func

Méthodes publiques

Méthode Description
ObjectPrinter ( object obj ) : System
ObjectPrinter ( object obj, IObjectPrinterConfig config ) : System
PrintTo ( TextWriter output ) : void
PrintToString ( ) : string

Private Methods

Méthode Description
AppendValue ( ObjectInfo objectInfo ) : void
TryGetSingleValue ( ObjectInfo objectInfo, object &singleValue, List &members ) : bool
WriteObject ( ObjectInfo objectInfo ) : void
WriteObjectImpl ( ObjectInfo objectInfo ) : void

Method Details

ObjectPrinter() public méthode

public ObjectPrinter ( object obj ) : System
obj object
Résultat System

ObjectPrinter() public méthode

public ObjectPrinter ( object obj, IObjectPrinterConfig config ) : System
obj object
config IObjectPrinterConfig
Résultat System

PrintTo() public méthode

public PrintTo ( TextWriter output ) : void
output System.IO.TextWriter
Résultat void

PrintToString() public méthode

public PrintToString ( ) : string
Résultat string

Property Details

GetDefaultContext public_oe static_oe property

The default config to use.
public static Func GetDefaultContext
Résultat Func