Knight Data Access Layer
GetMethod Method




KellermanSoftware.NetDataAccessLayer Namespace > ReflectionHelper Class : GetMethod Method
Get specified by name method for the given type
Syntax
Public Shared Function GetMethod( _
   ByVal type As Type, _
   ByVal methodName As String _
) As MethodInfo
Dim type As Type
Dim methodName As String
Dim value As MethodInfo
 
value = ReflectionHelper.GetMethod(type, methodName)
public static MethodInfo GetMethod( 
   Type type,
   string methodName
)
public: static MethodInfo* GetMethod( 
   Type* type,
   string* methodName
) 
public:
static MethodInfo^ GetMethod( 
   Type^ type,
   String^ methodName
) 

Parameters

type
methodName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReflectionHelper Class
ReflectionHelper Members