Call a command from command line
Namespace:
Emgu.Util
Assembly:
Emgu.Util (in Emgu.Util.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Public Shared Function ExecuteCmd ( _
execFileName As String, _
arguments As String _
) As String
Parameters
- execFileName
- String
The name of the executable
- arguments
- String
The arguments to the executeable
Return Value
The standard output
See Also