F
Frank Rizzo
I am doing some memory profiling work and I am trying to figure out the
minimum size of an object. The object has a bunch of variables that are
other objects (hashtables, array lists, and whatnot).
How can I measure the size of such an object? C# provides a sizeof
operator, but only for value types.
Regards,
Robert
minimum size of an object. The object has a bunch of variables that are
other objects (hashtables, array lists, and whatnot).
How can I measure the size of such an object? C# provides a sizeof
operator, but only for value types.
Regards,
Robert