Accessing COM Objects

John via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 15 01:24:41 PDT 2016


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)



More information about the Digitalmars-d-learn mailing list