C# Class Patcher.Rules.ObjectDumper

Mostrar archivo Open project: unforbidable/patcher

Public Methods

Method Description
DumpObject ( object value ) : void
DumpObject ( string name, object value ) : void
DumpText ( string text ) : void
DumpText ( string name, string format ) : void
Enter ( ) : bool
Leave ( ) : void
ObjectDumper ( string prefix ) : System

Private Methods

Method Description
DoDump ( string text ) : void
ObjectDumper ( ) : System

Method Details

DumpObject() public method

public DumpObject ( object value ) : void
value object
return void

DumpObject() public method

public DumpObject ( string name, object value ) : void
name string
value object
return void

DumpText() public method

public DumpText ( string text ) : void
text string
return void

DumpText() public method

public DumpText ( string name, string format ) : void
name string
format string
return void

Enter() public method

public Enter ( ) : bool
return bool

Leave() public method

public Leave ( ) : void
return void

ObjectDumper() public method

public ObjectDumper ( string prefix ) : System
prefix string
return System