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)
Syntaxpublic 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: 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