Click or drag to resize

RemoteInvokeHelper.FindBestMethod Method (Type, String,Type[],Type[])

Searches for the closest matching overload.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static MethodInfo FindBestMethod(
	Type calleeType,
	string name,
	Type[] signature,
	Type[] attributes
)

Parameters

calleeType
Type: System.Type
name
Type: System.String
signature
Type:System.Type[]
attributes
Type:System.Type[]

Return Value

Type: MethodInfo
See Also