Namespace: Weborb.Util
Assembly: weborb (in weborb.dll) Version: 4.4.0.0 (4.4.0.0)

Syntax

C#
public static MethodInfo findMethod(
	Type type,
	string methodName,
	Object[] arguments,
	MethodLookup..::..MatchDelegate match
)
Visual Basic
Public Shared Function findMethod ( _
	type As Type, _
	methodName As String, _
	arguments As Object(), _
	match As MethodLookup..::..MatchDelegate _
) As MethodInfo
Visual C++
public:
static MethodInfo^ findMethod(
	Type^ type, 
	String^ methodName, 
	array<Object^>^ arguments, 
	MethodLookup..::..MatchDelegate^ match
)

Parameters

type
Type: System..::..Type
methodName
Type: System..::..String
arguments
Type: array<System..::..Object>[]()[][]
match
Type: Weborb.Util..::..MethodLookup..::..MatchDelegate

See Also