InterfaceMapping.InterfaceMethods 字段

定义

显示在接口上定义的方法。

public: cli::array <System::Reflection::MethodInfo ^> ^ InterfaceMethods;
public System.Reflection.MethodInfo[] InterfaceMethods;
[System.Runtime.InteropServices.ComVisible(true)]
public System.Reflection.MethodInfo[] InterfaceMethods;
val mutable InterfaceMethods : System.Reflection.MethodInfo[]
[<System.Runtime.InteropServices.ComVisible(true)>]
val mutable InterfaceMethods : System.Reflection.MethodInfo[]
Public InterfaceMethods As MethodInfo() 

字段值

属性

注解

数组中返回的 InterfaceMethods 元素与从数组返回的 TargetMethods 对应元素匹配。 也就是说,元素采用相同的数组索引顺序。

适用于

另请参阅