InterfaceMapping.TargetMethods Campo

Definição

Mostra os métodos que implementam a 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() 

Valor do campo

Atributos

Comentários

Os elementos retornados na matriz correspondem aos InterfaceMethods elementos equivalentes retornados da TargetMethods matriz. Ou seja, os elementos estão na mesma ordem de indexação de matriz.

Aplica-se a

Confira também