http://www.emgu.com
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Call a command from command line
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static string ExecuteCmd( string execFileName, string arguments ) |
Visual Basic |
---|
Public Shared Function ExecuteCmd ( _ execFileName As String, _ arguments As String _ ) As String |
Visual C++ |
---|
public: static String^ ExecuteCmd( String^ execFileName, String^ arguments ) |
Parameters
- execFileName
- Type: System..::..String
The name of the executable
- arguments
- Type: System..::..String
The arguments to the executeable