InterfaceMapping.TargetMethods 欄位

定義

顯示實作介面的方法。

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

適用於

另請參閱