C# Class Logging.Extensions.ObjectExtensions

Exibir arquivo Open project: jasonpang/Starcraft2Hook

Public Methods

Method 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 method

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

PrintTypesNamesValues() public static method

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

PrintValues() public static method

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