Represents a object of a type exposed to the scripting. More...
Public Attributes | |
ElementType | Type |
Type of object. More... | |
TypeInfo * | Info |
Contains information about methods, attributes etc.) More... | |
void * | UserData |
Represent pointer to real object. More... | |
Represents a object of a type exposed to the scripting.
TypeInfo* cohtml::ObjectInfo::Info |
Contains information about methods, attributes etc.)
ElementType cohtml::ObjectInfo::Type |
Type of object.
void* cohtml::ObjectInfo::UserData |
Represent pointer to real object.