Click to See Complete Forum and Search --> : How do you get the size of DOM (MSXML) object in memory?


zoltan_ie
November 23rd, 2004, 08:30 AM
How do you get the size of DOM (MSXML) object in memory?

Is it possible it get? or will I have to add all the sizeof() totals of each element (IXMLDOMNode, IXMLDOMAttribute, ...) I add to the DOM object and count the number of characters used for values and names in the document?


Any ideas would be great on get the size of the whole object in memory would be great.