Module::GetMethod Method

 

Returns a method having the specified criteria.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetMethod(String^)

Returns a method having the specified name.

System_CAPS_pubmethodGetMethod(String^, BindingFlags, Binder^, CallingConventions, array<Type^>^, array<ParameterModifier>^)

Returns a method having the specified name, binding information, calling convention, and parameter types and modifiers.

System_CAPS_pubmethodGetMethod(String^, array<Type^>^)

Returns a method having the specified name and parameter types.

Return to top
Show: