cohtml::Net::SystemCacheStats::ImageCacheStats::ImageData

Inherits from SystemIDisposable

Public Types

Name
enum classImageState { InternalError, Loading, Decoded, OnGPU, ReadError, DecodeError}

Public Functions

Name
virtual voidDispose()
ImageData()

Public Properties

Name
stringName
uintId
uintSizeBytes
uintContentRectSizeBytes
uintViewClientsCount
uint []ViewClients
global::System.IntPtrUserTexturePtr
SystemCacheStats.ImageCacheStats.ImageData.ImageStateState

Protected Attributes

Name
boolswigCMemOwn

Public Types Documentation

enum ImageState

EnumeratorValueDescription
InternalError
Loading
Decoded
OnGPU
ReadError
DecodeError

Public Functions Documentation

function Dispose

virtual void Dispose()

function ImageData

ImageData()

Public Property Documentation

property Name

string Name;

property Id

uint Id;

property SizeBytes

uint SizeBytes;

property ContentRectSizeBytes

uint ContentRectSizeBytes;

property ViewClientsCount

uint ViewClientsCount;

property ViewClients

uint [] ViewClients;

property UserTexturePtr

global::System.IntPtr UserTexturePtr;

property State

SystemCacheStats.ImageCacheStats.ImageData.ImageState State;

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;