Property | Type | Description | |
---|---|---|---|
Configuration |
Method | Description | |
---|---|---|
PrintObject ( object objectToPrint ) : string |
Print an object graph to a string.
|
|
PrintObject ( object objectToPrint, string rootname ) : string |
Print an object graph to a string.
|
|
Stateprinter ( ) : System |
Create an state printer using the ConfigurationHelper.GetStandardConfiguration
|
|
Stateprinter ( |
Create an state printer using the supplied configuration.
|
public PrintObject ( object objectToPrint ) : string | ||
objectToPrint | object | What to print. |
return | string |
public PrintObject ( object objectToPrint, string rootname ) : string | ||
objectToPrint | object | What to print. |
rootname | string | The name of the root as it is printed. |
return | string |
public Stateprinter ( |
||
configuration | ||
return | System |