InterfaceMapping.TargetMethods Fält

Definition

Visar de metoder som implementerar gränssnittet.

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() 

Fältvärde

Attribut

Kommentarer

Elementen som returneras i matrisen InterfaceMethods matchar deras motsvarighetselement som returneras från matrisen TargetMethods . Elementen är alltså i samma matrisindexeringsordning.

Gäller för

Se även