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

不支援。

傳回

不支援不完整的泛型型別參數。

例外狀況

在所有情況下。

備註

不完整的泛型型別參數不支援這個方法。 從已完成的泛型型別定義擷取型別參數,然後在擷取的類型上使用反映。

適用於