Maarten (Abbey)

Results 3 comments of Maarten (Abbey)

I tried looking into this, but I'm not exactly sure how this method is to be used. When I "F12" `getDrawerMethod.Invoke`, its header seems to be: `public object Invoke(object obj,...

I'll try this when I get back on my project, hopefully later this week.

That doesn't work, the only legal headers in my version are: ``` public object Invoke(object obj, object[] parameters); ``` and ``` public abstract object Invoke(object obj, BindingFlags invokeAttr, Binder binder,...