You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jing Lu edited this page May 14, 2013
·
1 revision
There is a .Net class NativeFunctionObject available to describe an interface of function which defined in .Net program but called in script. Once it be created and added into script, it will be available for script executing.
Since there is a global object invisibly existed in script context, all variables or objects running in script are managed in the global object. And ScriptRunningMachine provides the methods to access or modify the global object. (Learn more about ScriptRunningMachine)