cohtml.Net.ImagesList

A list of images. Used for getting all images that are currently loaded by this View. The list can be used to build a collection of resources that must be pre-loaded via native code or JavaScript to avoid dynamic loading when the page is shown.

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
virtual stringNext()
Returns the next image in the list. Will return nullptr when the end is reached.
virtual voidResetIterator()
Will reset the internal iterator used by Next() to the beginning of the list.
virtual voidRelease()
Frees the underlying data.

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function Next

virtual string Next()

Returns the next image in the list. Will return nullptr when the end is reached.

function ResetIterator

virtual void ResetIterator()

Will reset the internal iterator used by Next() to the beginning of the list.

function Release

virtual void Release()

Frees the underlying data.

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;