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 de Campo

Atributos

Observações

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

Aplica-se a

Ver também