C# 클래스 IPod.ObjectDumper

파일 보기 프로젝트 열기: mono/ipod-sharp

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Dump() 공개 정적인 메소드

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