cohtml.Net.SystemCacheStats

Statistics of the current state of the internal caches of the system Remember to Release the object when done with it to avoid memory leaks.

Inherits from SystemIDisposable

Public Classes

Name
classImageCacheStats
Encapsulates the image cache statistics.

Public Functions

Name
virtual voidDispose()
virtual voidRelease()
Releases the memory held by the statistics object.
virtual SystemCacheStats.ImageCacheStatsGetImageCacheStats()
Returns the image cache statistics of the system.

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function Release

virtual void Release()

Releases the memory held by the statistics object.

function GetImageCacheStats

virtual SystemCacheStats.ImageCacheStats GetImageCacheStats()

Returns the image cache statistics of the system.

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;