C# Class Patcher.Rules.ObjectDumper

Afficher le fichier Open project: unforbidable/patcher

Méthodes publiques

Méthode 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

Méthode Description
DoDump ( string text ) : void
ObjectDumper ( ) : System

Method Details

DumpObject() public méthode

public DumpObject ( object value ) : void
value object
Résultat void

DumpObject() public méthode

public DumpObject ( string name, object value ) : void
name string
value object
Résultat void

DumpText() public méthode

public DumpText ( string text ) : void
text string
Résultat void

DumpText() public méthode

public DumpText ( string name, string format ) : void
name string
format string
Résultat void

Enter() public méthode

public Enter ( ) : bool
Résultat bool

Leave() public méthode

public Leave ( ) : void
Résultat void

ObjectDumper() public méthode

public ObjectDumper ( string prefix ) : System
prefix string
Résultat System