This topic has not yet been rated - Rate this topic

_Type.GetMethod Method

Provides COM objects with version-independent access to the Type.GetMethod method.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method GetMethod(String) Provides COM objects with version-independent access to the Type.GetMethod method.
Public method GetMethod(String, BindingFlags) Provides COM objects with version-independent access to the Type.GetMethod method.
Public method GetMethod(String, Type[]) Provides COM objects with version-independent access to the Type.GetMethod method.
Public method GetMethod(String, Type[], ParameterModifier[]) Provides COM objects with version-independent access to the Type.GetMethod method.
Public method GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[]) Provides COM objects with version-independent access to the Type.GetMethod method.
Public method GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) Provides COM objects with version-independent access to the Type.GetMethod method.
Top

This method is for access to managed classes from unmanaged code, and should not be called from managed code.

The Type.GetMethod method.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.