cohtml.Net.ObjectInfo
Represents a object of a type exposed to the scripting.
Inherits from SystemIDisposable
Public Functions
Name | |
---|---|
virtual void | Dispose() |
ObjectInfo() |
Public Properties
Name | |
---|---|
ElementType | Type Type of object. |
global.System.IntPtr | Info Contains information about methods, attributes etc.) |
global.System.IntPtr | UserData Represent pointer to real object. |
Protected Attributes
Name | |
---|---|
bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual void Dispose()
function ObjectInfo
ObjectInfo()
Public Property Documentation
property Type
ElementType Type;
Type of object.
property Info
global.System.IntPtr Info;
Contains information about methods, attributes etc.)
property UserData
global.System.IntPtr UserData;
Represent pointer to real object.
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;