cohtml.Net.SystemCacheStats.ImageCacheStats

Encapsulates the image cache statistics.

Inherits from SystemIDisposable

Public Classes

Name
classImageData
classOrphanedImage

Public Functions

Name
virtual voidDispose()
SystemCacheStats.ImageCacheStats.ImageDataGetAliveImage(uint index)
Get alive image by index
SystemCacheStats.ImageCacheStats.OrphanedImageGetOrphanedImage(uint index)
Get orphaned image by index
ImageCacheStats()

Public Properties

Name
SystemCacheStats.ImageCacheStats.ImageData []AliveImages
uintAliveImagesCount
uintAliveTotalBytesUsed
SystemCacheStats.ImageCacheStats.OrphanedImage []OrphanedImages
uintOrphanedImagesCount
uintOrphanedBytesUsed

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function GetAliveImage

SystemCacheStats.ImageCacheStats.ImageData GetAliveImage(
    uint index
)

Get alive image by index

Parameters:

  • index Index of the alive image

Return: The alive image object

function GetOrphanedImage

SystemCacheStats.ImageCacheStats.OrphanedImage GetOrphanedImage(
    uint index
)

Get orphaned image by index

Parameters:

  • index Index of the orphaned image

Return: The orphaned image object

function ImageCacheStats

ImageCacheStats()

Public Property Documentation

property AliveImages

SystemCacheStats.ImageCacheStats.ImageData [] AliveImages;

property AliveImagesCount

uint AliveImagesCount;

property AliveTotalBytesUsed

uint AliveTotalBytesUsed;

property OrphanedImages

SystemCacheStats.ImageCacheStats.OrphanedImage [] OrphanedImages;

property OrphanedImagesCount

uint OrphanedImagesCount;

property OrphanedBytesUsed

uint OrphanedBytesUsed;

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;