RuntimeReflectionExtensions.GetRuntimeMethod Method (Type, String, Type())
.NET Framework (current version)
Retrieves an object that represents a specified method.
Assembly: mscorlib (in mscorlib.dll)
<ExtensionAttribute> Public Shared Function GetRuntimeMethod ( type As Type, name As String, parameters As Type() ) As MethodInfo
Parameters
- type
-
Type:
System.Type
The type that contains the method.
- name
-
Type:
System.String
The name of the method.
- parameters
-
Type:
System.Type()
An array that contains the method's parameters.
Return Value
Type: System.Reflection.MethodInfoAn 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: