RuntimeReflectionExtensions::GetRuntimeMethod Method (Type^, String^, array<Type^>^)
.NET Framework (current version)
Retrieves an object that represents a specified method.
Assembly: mscorlib (in mscorlib.dll)
public: [ExtensionAttribute] static MethodInfo^ GetRuntimeMethod( Type^ type, String^ name, array<Type^>^ parameters )
Parameters
- type
-
Type:
System::Type^
The type that contains the method.
- name
-
Type:
System::String^
The name of the method.
- parameters
-
Type:
array<System::Type^>^
An array that contains the method's parameters.
Return Value
Type: System.Reflection::MethodInfo^An object that represents the specified method, or null if the method is not found.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: