| AGIScriptExec Method (String) |
Executes the given command.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected int Exec(
string application
)
Protected Function Exec (
application As String
) As Integer
protected:
int Exec(
String^ application
)
member Exec :
application : string -> int
Parameters
- application
- Type: SystemString
the name of the application to execute, for example "Dial".
Return Value
Type:
Int32 the return code of the application of -2 if the application was not found.
See Also