Module.GetMethods Method (System.Reflection) (original) (raw)
Source:
Source:
Source:
Source:
Returns the global methods defined on the module that match the specified binding flags.
public:
virtual cli::array <System::Reflection::MethodInfo ^> ^ GetMethods(System::Reflection::BindingFlags bindingFlags);
public:
cli::array <System::Reflection::MethodInfo ^> ^ GetMethods(System::Reflection::BindingFlags bindingFlags);
public virtual System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingFlags);
public System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingFlags);
abstract member GetMethods : System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
override this.GetMethods : System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
member this.GetMethods : System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
Public Overridable Function GetMethods (bindingFlags As BindingFlags) As MethodInfo()
Public Function GetMethods (bindingFlags As BindingFlags) As MethodInfo()
Parameters
Returns
An array of type MethodInfo representing the global methods defined on the module that match the specified binding flags; if no global methods match the binding flags, an empty array is returned.