0

Possible Duplicate:
C# object dumper

Is it possible to do a dump of all the fields and properties of a class, at runtime?

The class has nested properties and fields, i.e. it contains sub-classes, which in turn contain classes and structs, which in turn contain strings, int, and List<> primitives.

Community
  • 1
  • 1
Contango
  • 76,540
  • 58
  • 260
  • 305
  • 1
    Also refer to: http://stackoverflow.com/questions/360277/what-is-the-best-way-to-dump-entire-objects-to-a-log-in-c – IAbstract Oct 17 '11 at 12:28
  • Yes - but its difficult to find this question, as it has no relevant keywords in the title. – Contango Oct 17 '11 at 12:29

0 Answers0