_Type.GetMethod Method
.NET Framework 4.5
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 | |
|---|---|---|
|
GetMethod(String) | Provides COM objects with version-independent access to the Type.GetMethod method. |
|
GetMethod(String, BindingFlags) | Provides COM objects with version-independent access to the Type.GetMethod method. |
|
GetMethod(String, Type[]) | Provides COM objects with version-independent access to the Type.GetMethod method. |
|
GetMethod(String, Type[], ParameterModifier[]) | Provides COM objects with version-independent access to the Type.GetMethod method. |
|
GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[]) | Provides COM objects with version-independent access to the Type.GetMethod method. |
|
GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) | Provides COM objects with version-independent access to the Type.GetMethod method. |
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The Type.GetMethod method.