C# Class ObjectPrinter.Config.InspectAllTypeInspector.Default

Defaults
Show file Open project: drewburlingame/ObjectPrinter

Public Properties

Property Type Description
EnableCaching bool
IncludeMethods bool
IncludeToStringWhenOverridden bool
MemberBindingFlags BindingFlags

Private Methods

Method Description
Default ( ) : System

Property Details

EnableCaching public static property

Enable caching of reflected values for each reflected type
public static bool EnableCaching
return bool

IncludeMethods public static property

Return methods in addition to properties and fields
public static bool IncludeMethods
return bool

IncludeToStringWhenOverridden public static property

When ToString() is overridden, returns the value
public static bool IncludeToStringWhenOverridden
return bool

MemberBindingFlags public static property

BindingFlags used to reflect members
public static BindingFlags MemberBindingFlags
return BindingFlags