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