예제 #1
0
 /// <summary>
 /// Notification sent when a ScriptCode is about to be executed within given ModuleContext.
 /// </summary>
 /// <param name="newContext"></param>
 public virtual void ModuleContextEntering(ModuleContext newContext)
 {
     // nop
 }
예제 #2
0
 public object Run(Scope scope, ModuleContext moduleContext)
 {
     return(Run(scope, moduleContext, false));
 }