C# 클래스 Logging.Extensions.ObjectExtensions

파일 보기 프로젝트 열기: jasonpang/Starcraft2Hook

공개 메소드들

메소드 설명
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.

메소드 상세

PrintNamesValues() 공개 정적인 메소드

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

PrintTypesNamesValues() 공개 정적인 메소드

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

PrintValues() 공개 정적인 메소드

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