System.Reflection.InterfaceMapping.TargetMethods Field
Shows the methods that implement the interface.
Syntax
[System.Runtime.InteropServices.ComVisible(true)] public MethodInfo[] TargetMethods
Remarks
The elements returned in the InterfaceMapping.InterfaceMethods array match their counterpart elements returned from the TargetMethods array. That is, the elements are in the same array indexing order.