J
jonhyland
Does anyone know if there's a way to see how much memory a particular
object is using in .NET?
For example, suppose I have a HashTable or NameValueCollection and I
keep adding things to it. I want to know the total number of bytes the
object is using.
Is there any way to do this?
Thanks in advance!
object is using in .NET?
For example, suppose I have a HashTable or NameValueCollection and I
keep adding things to it. I want to know the total number of bytes the
object is using.
Is there any way to do this?
Thanks in advance!