How to get object size in memory? [duplicate]

I need to know how much bytes my object consumes in memory (in C#). for example how much my Hashtable, or SortedList, or List<String>.

6 Answers
6

Leave a Comment