PCCOR_SIGNATURE sig = pMD->GetSig();

Depending on what you are trying to do the following constructs may be handy:

SigPointer sigptr(pMD->GetSig());

MetaSig msig(pMD->GetSig(), pMD->GetModule());

-Jan

This posting is provided "AS IS" with no warranties, and confers no rights.

-----Original Message-----
From: Iván Suárez [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 18, 2003 10:51 AM
To: [EMAIL PROTECTED]

How can I get the signature of a method if I have his MethodDesc object?

It's possible that the task be simple, but I don't find the answer.

                Iván Suárez

Reply via email to