Click or drag to resize

RemoteInvokeHelperInvoke Method (Object, String, 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,
	string signature,
	string[] args,
	Type attribute
)

Parameters

theObject
Type: SystemObject
methodName
Type: SystemString
signature
Type: SystemString
args
Type: SystemString
attribute
Type: SystemType

Return Value

Type: String
See Also