On Wednesday, 15 June 2016 at 08:24:41 UTC, John wrote:
On Wednesday, 15 June 2016 at 08:21:06 UTC, John wrote:
OK, adding the return type to the signature should fix that. So:

  private static Parameter getParameters(MethodImpl method)

Sorry, I meant the getParameter methods should return be:

  private static Parameter[] getParameters(MethodImpl method)

and

private static Parameter[] getParameters(MethodImpl method, out Parameter returnParameter, bool getReturnParameter)

Thanks. When I ran it I got a d file! when I tried to use that d file I get undefined IID and IDispatch. I imagine these interfaces come from somewhere, probably built in?

Any ideas?

Reply via email to