Thanks for ur reply. I don't quite understand "A MethodDefinition is the actual method itself, thus allowing access to the method's IL, etc.".
Cos I did more printings of the instructions' opcodes and operands of those method calls today and realised that MethodDefintion seems to be in the same assembly, just opp of what MethodReference is. Li Yen From: Jonathan Pryor Sent: Monday, October 05, 2009 8:49 PM To: [email protected] Cc: Mono.Cecil Subject: [mono-cecil] Re: Difference btn MethodReference and MethodDefinition? On Oct 5, 2009, at 8:11 AM, Wee Li Yen <[email protected]> wrote: What is the difference btn a MethodReference and MethodDefinition? A MethodReference is a reference to a method, which may be defined in another assembly (e.g. a call to Console.WriteLine() from yor app). A MethodDefinition is the actual method itself, thus allowing access to the method's IL, etc. - Jon --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
