dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Patch -- Extend ilverify to print full method signature


From: Rhys Weatherley
Subject: Re: [DotGNU]Patch -- Extend ilverify to print full method signature
Date: Thu, 26 Sep 2002 14:35:08 +1000

Jonathan P Springer wrote:
> 
> As I was starting to work through ilverify problems in System.Xml, I got
> fed up with polymorphism and ilverify not reporting the full method
> signature.  The attached patch (which I'll also put into Savannah)
> addresses that by causing ILVerify to print a full method signature.

Actually, you can do the same thing much quicker using the
"ILDumpMethodType" function from "dumpasm/dump_type.c".
Something like this:

ILDumpMethodType(outstream, image,
                 ILMethod_Signature(method), 0,
                 ILMethod_Owner(method),
                 ILMethod_Name(method),
                 method);

Cheers,

Rhys.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]