InterfaceMapping.TargetMethods 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 implement the interface.
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()
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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.