IInvocationBinder.GetParameterTypes(String) Metoda

Definice

Získá seznam Types metody reprezentované jako methodName argumenty.

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)

Parametry

methodName
String

Název volané metody.

Návraty

IReadOnlyList<Type>

Seznam Typemetod přebírá jako argumenty.

Platí pro