InterfaceMapping.InterfaceMethods Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows the methods that are defined on the interface.
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()
Field Value
- Attributes
Remarks
The elements returned in the InterfaceMethods
array match their counterpart elements returned from the TargetMethods array. That is, the elements are in the same array indexing order.
Applies to
See also
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.