Ways to determine size of complex object in .NET?

Posted by Polaris878 on Stack Overflow See other posts from Stack Overflow or by Polaris878
Published on 2010-06-16T21:07:16Z Indexed on 2010/06/16 21:12 UTC
Read the original article Hit count: 144

Filed under:
|
|
|

Are there ways at determining the total size of a complex object in .NET? This object is composed of other objects and might hold references to other complex objects. Some of the objects encapsulated by this object might be POD, others may not.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET