TypeDelegator.GetMethods(BindingFlags) 方法

定義

傳回 MethodInfo 物件的陣列,表示型別的指定方法,該型別由目前的 TypeDelegator 所包裝。

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

位元遮罩,會影響搜尋的進行方式。 這個值是零或來自 BindingFlags 多個位元旗標的組合。

傳回

MethodInfo[]

MethodInfo 物件的陣列,表示在這個 TypeDelegator 上定義的方法。

適用於