C# Class VisualThemeEditor2012.ObjectDumper

Afficher le fichier Open project: bchavez/VisualThemeEditor2012

Méthodes publiques

Méthode Description
Dump ( object o ) : void
DumpToString ( object o ) : string

Private Methods

Méthode Description
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

Method Details

Dump() public static méthode

public static Dump ( object o ) : void
o object
Résultat void

DumpToString() public static méthode

public static DumpToString ( object o ) : string
o object
Résultat string