Class ShellExecutor
Inheritance
System.Object
ShellExecutor
Namespace: DynamicTesseract
Assembly: IronOcr.dll
Syntax
public static class ShellExecutor : Object
Methods
ExecuteCommand(String, String, Int32)
Declaration
public static void ExecuteCommand(string fileName, string arguments, int exitCode = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fileName | |
| System.String | arguments | |
| System.Int32 | exitCode |