Method of IScriptApplication
Access external module (include) without exposing it to global scope.
var pModule = ScriptApplication.__require(strPath);
pModule = ScriptApplication.__require strPath
VARIANT Module; HRESULT hr = ScriptApplication.__require(strPath, &Module);