cohtml::ObjectInfo

Represents a object of a type exposed to the scripting.

#include <Property.h>

Public Attributes

Name
ElementTypeType
Type of object.
TypeInfo *Info
Contains information about methods, attributes etc.)
void *UserData
Represent pointer to real object.

Public Attributes Documentation

variable Type

ElementType Type;

Type of object.

variable Info

TypeInfo * Info;

Contains information about methods, attributes etc.)

variable UserData

void * UserData;

Represent pointer to real object.