Compartir a través de


IInvocationBinder.GetParameterTypes(String) Método

Definición

Obtiene la lista de Types del método representado por methodName toma como argumentos.

public:
 System::Collections::Generic::IReadOnlyList<Type ^> ^ GetParameterTypes(System::String ^ methodName);
public System.Collections.Generic.IReadOnlyList<Type> GetParameterTypes (string methodName);
abstract member GetParameterTypes : string -> System.Collections.Generic.IReadOnlyList<Type>
Public Function GetParameterTypes (methodName As String) As IReadOnlyList(Of Type)

Parámetros

methodName
String

El nombre del método que se va a invocar.

Devoluciones

Una lista de Types el método toma como argumentos.

Se aplica a