C# 클래스 ObjectPrinter.Printers.ObjectPrinter

파일 보기 프로젝트 열기: drewburlingame/ObjectPrinter

공개 프로퍼티들

프로퍼티 타입 설명
GetDefaultContext Func

공개 메소드들

메소드 설명
ObjectPrinter ( object obj ) : System
ObjectPrinter ( object obj, IObjectPrinterConfig config ) : System
PrintTo ( TextWriter output ) : void
PrintToString ( ) : string

비공개 메소드들

메소드 설명
AppendValue ( ObjectInfo objectInfo ) : void
TryGetSingleValue ( ObjectInfo objectInfo, object &singleValue, List &members ) : bool
WriteObject ( ObjectInfo objectInfo ) : void
WriteObjectImpl ( ObjectInfo objectInfo ) : void

메소드 상세

ObjectPrinter() 공개 메소드

public ObjectPrinter ( object obj ) : System
obj object
리턴 System

ObjectPrinter() 공개 메소드

public ObjectPrinter ( object obj, IObjectPrinterConfig config ) : System
obj object
config IObjectPrinterConfig
리턴 System

PrintTo() 공개 메소드

public PrintTo ( TextWriter output ) : void
output System.IO.TextWriter
리턴 void

PrintToString() 공개 메소드

public PrintToString ( ) : string
리턴 string

프로퍼티 상세

GetDefaultContext 공개적으로 정적으로 프로퍼티

The default config to use.
public static Func GetDefaultContext
리턴 Func