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 對應專案。 也就是說,元素會以相同的陣列索引順序排列。

適用於

另請參閱