InterfaceMapping.TargetMethods 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
显示实现接口的方法。
public: cli::array <System::Reflection::MethodInfo ^> ^ TargetMethods;
public System.Reflection.MethodInfo[] TargetMethods;
[System.Runtime.InteropServices.ComVisible(true)]
public System.Reflection.MethodInfo[] TargetMethods;
val mutable TargetMethods : System.Reflection.MethodInfo[]
[<System.Runtime.InteropServices.ComVisible(true)>]
val mutable TargetMethods : System.Reflection.MethodInfo[]
Public TargetMethods As MethodInfo()
字段值
- 属性
注解
数组中返回的 InterfaceMethods 元素与从数组返回的 TargetMethods
对应元素匹配。 也就是说,元素采用相同的数组索引顺序。