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 -~----------~----~----~----~------~----~------~--~---
