Class DumpSettings
Inheritance
System.Object
DumpSettings
Namespace: GCore.Data
Assembly: GCore.dll
Syntax
public class DumpSettings : object
Fields
| Improve this Doc View SourceDisplayPrivate
true = display private members of the class/struct
Declaration
public bool DisplayPrivate
Field Value
Type | Description |
---|---|
System.Boolean |
MaxDepth
Limit tree depth to this (default 5)
Declaration
public int MaxDepth
Field Value
Type | Description |
---|---|
System.Int32 |
MaxItems
Maximum number of list or IEnumerable items to display
Declaration
public int MaxItems
Field Value
Type | Description |
---|---|
System.Int32 |
UseFullClassNames
Use full class names
Declaration
public bool UseFullClassNames
Field Value
Type | Description |
---|---|
System.Boolean |