Microsoft.JScript.FunctionObject.Call C# (CSharp) 메소드

Call() 개인적인 메소드

private Call ( Object args, Object thisob ) : Object
args Object
thisob Object
리턴 Object
      internal override Object Call(Object[] args, Object thisob){
        return this.Call(args, thisob, null, null);
      }
      

Same methods

FunctionObject::Call ( Object args, Object thisob, Binder binder, CultureInfo culture ) : Object
FunctionObject::Call ( Object args, Object thisob, ScriptObject enclosing_scope, Closure calleeClosure, Binder binder, CultureInfo culture ) : Object