Reflection4.

GetMethod(string, string, Type[]) Method

Summary

calling this method "method" will break C# conversion with the old converter

Syntax

public static MethodInfo GetMethod(string className, string methodName, Type[] paramClasses)

Parameters

Name Type Description
className string
methodName string
paramClasses Type[]

Return Value

Type Description
MethodInfo