IInvocationBinder.GetParameterTypes(String) 方法

定义

获取 采用 作为参数表示methodName的方法的列表Type

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)

参数

methodName
String

要调用的方法的名称。

返回

方法采用的 作为参数的 的列表 Type

适用于