cohtml.Net.MapInfo
Represents a map of a type exposed to the scripting.
Inherits from SystemIDisposable
Public Functions
| Name | |
|---|---|
| virtual void | Dispose() |
| MapInfo() |
Public Properties
| Name | |
|---|---|
| ElementType | Type Type of the values stored in the map. |
| global.System.IntPtr | UserData Pointer to the underlying map. May represent the actual container or an abstraction defined by the property implementation. |
Protected Attributes
| Name | |
|---|---|
| bool | swigCMemOwn |
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;