GetMethod

GetMethod(MethodInfo)

public static DynamicMethod GetMethod(MethodInfo methodInfo) ;

Description

Returns DynamicMethod.

Parameters

Parameter Name Description
methodInfo Reference MethodInfo

Returns

DynamicMethod referencing the specified MethodInfo