Type::GetMethod Method

 

Gets a specific method of the current Type.

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

NameDescription
System_CAPS_pubmethodGetMethod(String^)

Searches for the public method with the specified name.

System_CAPS_pubmethodGetMethod(String^, BindingFlags)

Searches for the specified method, using the specified binding constraints.

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

Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.

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

Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints.

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

Searches for the specified public method whose parameters match the specified argument types.

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

Searches for the specified public method whose parameters match the specified argument types and modifiers.

Return to top
Show: