Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TypeDelegator::GetMethod Method

 

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

NameDescription
System_CAPS_pubmethodGetMethod(String^)

Searches for the public method with the specified name.(Inherited from Type.)

System_CAPS_pubmethodGetMethod(String^, BindingFlags)

Searches for the specified method, using the specified binding constraints.(Inherited from Type.)

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.(Inherited from Type.)

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.(Inherited from Type.)

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

Searches for the specified public method whose parameters match the specified argument types.(Inherited from Type.)

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

Searches for the specified public method whose parameters match the specified argument types and modifiers.(Inherited from Type.)

Return to top
Show:
© 2017 Microsoft