public static object apply(object thisObj, object thisArg, object argArray) { object [] args = (object [])Convert.ToNativeArray(argArray, typeof(object).TypeHandle); return(call(thisObj, thisArg, args)); }