Method GetMemorySize
GetMemorySize()
Returns a reasonable approximation of the main memory [bytes] consumed by this instance. Useful for smart memory sensititive caches/pools.
Declaration
public virtual long GetMemorySize()
Returns
Type | Description |
---|---|
System.Int64 | the main memory consumption |