furhter to the previous post, this is another problem I have
No overloads of method "privateMethod" receive argument types {Int32, int, int, int, Boolean, Boolean}
Possible candidates are:
- privateMethod(Int32, int, int, int, Boolean, Boolean&)
the method has
privateMethod(int32, int, int, int, Boolean, Out Boolean)
I invoke the method using this
boolean Need2CheckMax = true;
Isolate.Invoke.Method(class2Test, "privateMthod", 1, 1,1,1, ture, (object) Need2CheckMax);