C# Class Logging.Extensions.ObjectExtensions

Afficher le fichier Open project: jasonpang/Starcraft2Hook

Méthodes publiques

Méthode Description
PrintNamesValues ( this o ) : string

Pretty prints the name and value of the current object.

PrintTypesNamesValues ( this o ) : string

Pretty prints the type, name, and value of the current object.

PrintValues ( this o ) : string

Pretty prints the value of the current object.

Method Details

PrintNamesValues() public static méthode

Pretty prints the name and value of the current object.
public static PrintNamesValues ( this o ) : string
o this
Résultat string

PrintTypesNamesValues() public static méthode

Pretty prints the type, name, and value of the current object.
public static PrintTypesNamesValues ( this o ) : string
o this
Résultat string

PrintValues() public static méthode

Pretty prints the value of the current object.
public static PrintValues ( this o ) : string
o this
Résultat string