Hi,

On Thu, Nov 25, 2010 at 12:32 AM, Sebastian Müller
<[email protected]> wrote:
> I parse trough the MethodDefinition s of a type. How can I detect if the
> method is inherited from a base class?

The .Methods on the type only contain the methods that are actually
declared on the type. You can check its attributes to know if it's
IsVirtual and !IsNewSlot, in which case it's an overriden method.

Jb

-- 
--
mono-cecil

Reply via email to