Class Executable
Executable class
The base class for classes that emulate the behavior of OS executables, which can be run by the occurrences of Object TeX’s \write18
primitive.
public abstract class Executable
Properties
Name | Description |
---|---|
abstract CommandName { get; } | Gets the name of the executable (command). |
Methods
Name | Description |
---|---|
abstract Execute(string[]) | The method implementing the executable’s behavior. |
See Also
- namespace Aspose.TeX.CommandLine
- assembly Aspose.TeX