Estimates the size of a given Object using a given MemoryModel for primitive size information. Resource Usage: Internally uses a Map to temporally hold a reference to every object seen. If checkIntered, all Strings checked will be interned, but those that were not already interned will be released for GC when the estimate is complete.

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public sealed class RamUsageEstimator
Visual Basic
Public NotInheritable Class RamUsageEstimator
Visual C++
public ref class RamUsageEstimator sealed

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Util..::..RamUsageEstimator

See Also