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)
Syntaxpublic static MethodInfo FindBestMethod(
Type calleeType,
string name,
Type[] signature,
Type[] attributes
)
Public Shared Function FindBestMethod (
calleeType As Type,
name As String,
signature As Type(),
attributes As Type()
) As MethodInfo
Parameters
- calleeType
- Type: System.Type
- name
- Type: System.String
- signature
- Type:System.Type[]
- attributes
- Type:System.Type[]
Return Value
Type:
MethodInfo
See Also