class ScriptScriptObject

Script object wrapper for ScriptObject. (Script prefix used as standard for script object wrappers, wrapping ScriptObject.

Therefore ScriptScriptObject.)

Public

Methods

staticGetAssemblyName

static const char *GetAssemblyName()

staticGetNamespace

static const char *GetNamespace()

staticGetTypeName

static const char *GetTypeName()

staticSetupScriptBindings

static void SetupScriptBindings()

staticGetMetaData

static const ScriptTypeMetaData *GetMetaData()

Returns the meta-data storing information about the script type.

staticInitializeMetaDataAtLoadTime

static void InitializeMetaDataAtLoadTime()

Takes care of initializing the meta-data when the application first load.

The meta-data will be registered with a global manager that will ensure it is kept up-to-date after operations such as assembly (re)load.

Private

Constructors

ScriptScriptObject

ScriptScriptObject()

Methods

staticInternal_ScriptObjectFinalizerCalled

static void Internal_ScriptObjectFinalizerCalled(ScriptObjectWrapper *scriptObjectWrapper)

*********************************************************************