System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod Method

Retrieves an object that represents a specified method.

Syntax

public static MethodInfo GetRuntimeMethod (this Type type, string name, Type[] parameters)

Parameters

type
The type that contains the method.
name
The name of the method.
parameters
An array that contains the method's parameters.

Returns

An object that represents the specified method, or null if the method is not found.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0