Aspose::TeX::CommandLine::Executable class
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.
class Executable : public System::Object
Methods
Method | Description |
---|---|
virtual Execute(System::ArrayPtr<System::String>) | The method implementing the executable’s behavior. |
virtual get_CommandName() | Gets the name of the executable (command). |
See Also
- Class Object
- Namespace Aspose::TeX::CommandLine
- Library Aspose.TeX for C++