InterfaceMapping.TargetMethods Pole

Definicja

Przedstawia metody implementujące interfejs.

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

Wartość pola

Atrybuty

Uwagi

Elementy zwrócone w tablicy InterfaceMethods pasują do ich odpowiedników elementów zwróconych z tablicy TargetMethods . Oznacza to, że elementy są w tej samej kolejności indeksowania tablicy.

Dotyczy

Zobacz też