IReflect.GetMethods(BindingFlags) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用所有公用方法或所有目前類別的方法,擷取 MethodInfo 物件陣列。
public:
cli::array <System::Reflection::MethodInfo ^> ^ GetMethods(System::Reflection::BindingFlags bindingAttr);
public System.Reflection.MethodInfo[] GetMethods (System.Reflection.BindingFlags bindingAttr);
abstract member GetMethods : System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
Public Function GetMethods (bindingAttr As BindingFlags) As MethodInfo()
參數
- bindingAttr
- BindingFlags
繫結屬性,用來控制搜尋。
傳回
MethodInfo 物件陣列,包含為符合 bindingAttr
中所指定搜尋條件約束的這個反映物件定義的所有方法。
備註
只有在傳回公用方法時,才會指出的非公用屬性 bindingAttr
。