Table of Contents

Method GetBaseDefinition

Namespace
Microsoft.Samples.Debugging.CorMetadata
Assembly
corapi.dll

GetBaseDefinition()

When overridden in a derived class, returns the MethodInfo object for the method on the direct or indirect base class in which the method represented by this instance was first declared.

public override MethodInfo GetBaseDefinition()

Returns

MethodInfo

A MethodInfo object for the first implementation of this method.