C# Class ObjectPrinter.ObjectPrinterConfig

Configs that can be overridden for a specific Dump by the ObjectPrinter
Inheritance: IObjectPrinterConfig
Afficher le fichier Open project: drewburlingame/ObjectPrinter

Méthodes publiques

Méthode Description
GetInspector ( object objectToInspect, Type typeOfObjectToInspect ) : ITypeInspector

Returns the first ITypeInspector from Inspectors where ShouldInspect returns true. If none return true, the CatchAllTypeInspector is used

ObjectPrinterConfig ( ) : System

instatiates new instace of ObjectPrinterConfig using defaults from Config.Printer

Method Details

GetInspector() public méthode

Returns the first ITypeInspector from Inspectors where ShouldInspect returns true. If none return true, the CatchAllTypeInspector is used
public GetInspector ( object objectToInspect, Type typeOfObjectToInspect ) : ITypeInspector
objectToInspect object
typeOfObjectToInspect System.Type
Résultat ITypeInspector

ObjectPrinterConfig() public méthode

instatiates new instace of ObjectPrinterConfig using defaults from Config.Printer
public ObjectPrinterConfig ( ) : System
Résultat System