Microsoft.JScript.JSWrappedMethod.Invoke C# (CSharp) Method

Invoke() private method

private Invoke ( Object obj, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
obj Object
options BindingFlags
binder Binder
parameters Object
culture System.Globalization.CultureInfo
return Object
      public override Object Invoke(Object obj, BindingFlags options, Binder binder, Object[] parameters, CultureInfo culture){
        parameters = CheckArguments(parameters);
        return this.Invoke(this.obj, this.obj, options, binder, parameters, culture);
      }
    

Same methods

JSWrappedMethod::Invoke ( Object obj, Object thisob, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object