ModuleBuilder.GetMethods(BindingFlags) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回為目前 ModuleBuilder 在模組層級上已定義而且符合指定之繫結旗標的所有方法。
public:
override cli::array <System::Reflection::MethodInfo ^> ^ GetMethods(System::Reflection::BindingFlags bindingFlags);
public override System.Reflection.MethodInfo[] GetMethods (System.Reflection.BindingFlags bindingFlags);
override this.GetMethods : System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
Public Overrides Function GetMethods (bindingFlags As BindingFlags) As MethodInfo()
參數
- bindingFlags
- BindingFlags
用來控制搜尋的 BindingFlags
位元旗標組合。
傳回
陣列,包含符合 bindingFlags
的所有模組層級方法。
備註
模組層級方法是在發出的程式代碼 DefineGlobalMethod 中使用 方法來定義。
重要
在呼叫模組的方法之後, CreateGlobalFunctions 才能擷取模組層級的方法。