C# Class IPod.ObjectDumper

Show file Open project: mono/ipod-sharp

Public Methods

Method Description
Dump ( object o ) : void

Private Methods

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

Method Details

Dump() public static method

public static Dump ( object o ) : void
o object
return void