cohtml.Net.SystemCacheStats.ImageCacheStats
Encapsulates the image cache statistics.
Inherits from SystemIDisposable
Public Classes
| Name | |
|---|---|
| class | ImageData |
| class | OrphanedImage |
Public Functions
| Name | |
|---|---|
| virtual void | Dispose() |
| SystemCacheStats.ImageCacheStats.ImageData | GetAliveImage(uint index) Get alive image by index |
| SystemCacheStats.ImageCacheStats.OrphanedImage | GetOrphanedImage(uint index) Get orphaned image by index |
| ImageCacheStats() |
Public Properties
Protected Attributes
| Name | |
|---|---|
| bool | swigCMemOwn |
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;