GenericTypeParameterBuilder.GetMethods(BindingFlags) 方法

定义

不支持不完整的泛型类型参数。

public:
 override cli::array <System::Reflection::MethodInfo ^> ^ GetMethods(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.MethodInfo[] GetMethods (System.Reflection.BindingFlags bindingAttr);
override this.GetMethods : System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
Public Overrides Function GetMethods (bindingAttr As BindingFlags) As MethodInfo()

参数

bindingAttr
BindingFlags

不支持。

返回

MethodInfo[]

不支持不完整的泛型类型参数。

例外

在所有情况下。

注解

对于不完整的泛型类型参数,不支持此方法。 从已完成的泛型类型定义中检索类型参数,然后对检索的类型使用反射。

适用于