Click or drag to resize

RemoteInvokeHelperFindBestMethod 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 attribute
)

Parameters

calleeType
Type: SystemType
name
Type: SystemString
signature
Type: SystemType
attribute
Type: SystemType

Return Value

Type: MethodInfo
See Also