C# 클래스 VisualThemeEditor2012.ObjectDumper

파일 보기 프로젝트 열기: bchavez/VisualThemeEditor2012

공개 메소드들

메소드 설명
Dump ( object o ) : void
DumpToString ( object o ) : string

비공개 메소드들

메소드 설명
Dump ( object o, Type type, string name, int level, ArrayList previous, StringBuilder sb ) : void
Dump ( object o, int level, ArrayList previous, StringBuilder sb ) : void
DumpCollection ( ICollection collection, int level, ArrayList previous, StringBuilder sb ) : void
DumpComposite ( object o, Type type, string name, int level, ArrayList previous, StringBuilder sb ) : void
DumpDictionary ( IDictionary dictionary, int level, ArrayList previous, StringBuilder sb ) : void
DumpMember ( object o, MemberInfo member, int level, ArrayList previous, StringBuilder sb ) : void
DumpPrimitive ( object o, Type type, string name, int level, ArrayList previous, StringBuilder sb ) : void
Pad ( int level, string msg ) : string

메소드 상세

Dump() 공개 정적인 메소드

public static Dump ( object o ) : void
o object
리턴 void

DumpToString() 공개 정적인 메소드

public static DumpToString ( object o ) : string
o object
리턴 string