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