Click or drag to resize

RemoteInvokeHelper.Invoke Method (Object, String,Type[],Object[], String,String[], Type)

Invokes a command.

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 string Invoke(
	Object theObject,
	string methodName,
	Type[] mandatoryParameterTypes,
	Object[] mandatoryParameters,
	string signature,
	string[] args,
	Type attribute
)

Parameters

theObject
Type: System.Object
methodName
Type: System.String
mandatoryParameterTypes
Type:System.Type[]
mandatoryParameters
Type:System.Object[]
signature
Type: System.String
args
Type:System.String[]
attribute
Type: System.Type

Return Value

Type: String
See Also