Skip to content
SiteEmail

cohtml.Net.ObjectInfo

Represents an object of a type exposed to the scripting.

Inherits from SystemIDisposable

Name
virtual voidDispose()
ObjectInfo()
Name
ElementTypeType
Type of the object. Always ET_UserType for user properties; exists because the SDK internally reuses ObjectInfo for other types.
global.System.IntPtrInfo
Type information (methods, attributes etc.)
global.System.IntPtrUserData
Pointer to the underlying object. It may represent either the actual object instance or an abstraction/handle meaningful to the property’s implementation.
Name
boolswigCMemOwn
virtual void Dispose()
ObjectInfo()
ElementType Type;

Type of the object. Always ET_UserType for user properties; exists because the SDK internally reuses ObjectInfo for other types.

global.System.IntPtr Info;

Type information (methods, attributes etc.)

global.System.IntPtr UserData;

Pointer to the underlying object. It may represent either the actual object instance or an abstraction/handle meaningful to the property’s implementation.

bool swigCMemOwn;