Beispiel #1
0
		public virtual object Invoke(ContextFactory cf, object target, Scriptable topScope, object thisObject, MethodInfo method, object[] args)
		{
			ContextAction action = new _ContextAction_80(this, target, topScope, thisObject, method, args);
			return cf.Call(action);
		}
Beispiel #2
0
		public virtual void Init(ContextFactory factory)
		{
			factory.Call(new _ContextAction_77(this));
		}