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