RemoteInvokeHelperInvoke 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
)
Public Shared Function Invoke (
theObject As Object,
methodName As String,
mandatoryParameterTypes As Type(),
mandatoryParameters As Object(),
signature As String,
args As String(),
attribute As Type
) As String
Parameters
- theObject
- Type: SystemObject
- methodName
- Type: SystemString
- mandatoryParameterTypes
- Type: SystemType
- mandatoryParameters
- Type: SystemObject
- signature
- Type: SystemString
- args
- Type: SystemString
- attribute
- Type: SystemType
Return Value
Type:
StringSee Also