_Type.GetMethod Method
.NET Framework 2.0
Provides COM objects with version-independent access to the System.Type.GetMethod method.
| Name | Description |
|---|---|
| _Type.GetMethod (String) | Provides COM objects with version-independent access to the Type.GetMethod method. |
| _Type.GetMethod (String, BindingFlags) | Provides COM objects with version-independent access to the Type.GetMethod method. |
| _Type.GetMethod (String, Type[]) | Provides COM objects with version-independent access to the Type.GetMethod method. |
| _Type.GetMethod (String, Type[], ParameterModifier[]) | Provides COM objects with version-independent access to the Type.GetMethod method. |
| _Type.GetMethod (String, BindingFlags, Binder, Type[], ParameterModifier[]) | Provides COM objects with version-independent access to the Type.GetMethod method. |
| _Type.GetMethod (String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) | Provides COM objects with version-independent access to the Type.GetMethod method. |