IInvocationBinder.GetParameterTypes(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.