_Type::GetMethod Method

 

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

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

NameDescription
System_CAPS_pubmethodGetMethod(String^)

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

System_CAPS_pubmethodGetMethod(String^, BindingFlags)

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

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

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

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

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

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

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

System_CAPS_pubmethodGetMethod(String^, array<Type^>^, array<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.

Return to top
Show: