| KM_InterpreterExecutePC Method |
Calling this spawns a Windows PC Application by the specified name
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int ExecutePC(
string name
)
Public Function ExecutePC (
name As String
) As Integer
public:
int ExecutePC(
String^ name
)
Parameters
- name String
- Path Name of Executable
Return Value
Int321 if successful
See Also