IInvocationBinder.GetParameterTypes(String) Method

Definition

Gets the list of Types the method represented by methodName takes as arguments.

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)

Parameters

methodName
String

The name of the method being called.

Returns

A list of Types the method takes as arguments.

Applies to