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.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0