Skip to content
SiteEmail

cohtml.Net.CachedResourcesWatermarks

Watermarks used for the image cache management.

Inherits from SystemIDisposable

Name
virtual voidDispose()
CachedResourcesWatermarks()
CachedResourcesWatermarks(uint highWatermarkOrphanedResourcesCount, uint highWatermarkOrphanedResourcesBytes, uint lowWatermarkOrphanedResourcesCount, uint lowWatermarkOrphanedResourcesBytes)
Name
uintHighWatermarkOrphanedResourcesCount
uintHighWatermarkOrphanedResourcesBytes
uintLowWatermarkOrphanedResourcesCount
uintLowWatermarkOrphanedResourcesBytes
Name
boolswigCMemOwn
virtual void Dispose()
CachedResourcesWatermarks()
CachedResourcesWatermarks(
uint highWatermarkOrphanedResourcesCount,
uint highWatermarkOrphanedResourcesBytes,
uint lowWatermarkOrphanedResourcesCount,
uint lowWatermarkOrphanedResourcesBytes
)

property HighWatermarkOrphanedResourcesCount

Section titled “property HighWatermarkOrphanedResourcesCount”
uint HighWatermarkOrphanedResourcesCount;

property HighWatermarkOrphanedResourcesBytes

Section titled “property HighWatermarkOrphanedResourcesBytes”
uint HighWatermarkOrphanedResourcesBytes;

property LowWatermarkOrphanedResourcesCount

Section titled “property LowWatermarkOrphanedResourcesCount”
uint LowWatermarkOrphanedResourcesCount;

property LowWatermarkOrphanedResourcesBytes

Section titled “property LowWatermarkOrphanedResourcesBytes”
uint LowWatermarkOrphanedResourcesBytes;
bool swigCMemOwn;