cohtml.Net.MapInfo

Represents a map of a type exposed to the scripting.

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
MapInfo()

Public Properties

Name
ElementTypeType
Type of the values stored in the map.
global.System.IntPtrUserData
Pointer to the underlying map. May represent the actual container or an abstraction defined by the property implementation.

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function MapInfo

MapInfo()

Public Property Documentation

property Type

ElementType Type;

Type of the values stored in the map.

property UserData

global.System.IntPtr UserData;

Pointer to the underlying map. May represent the actual container or an abstraction defined by the property implementation.

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;