Aspose::TeX::CommandLine::ExecutablesList class

ExecutablesList class

Encapsulates a collection of objects that emulate executables, which can be executed using the \write18 commands in ObjectTeX.

class ExecutablesList : public System::Object

Methods

MethodDescription
Add(System::SharedPtr<Executable>)Adds a new executable to the collection.
get_List()Displays the collection as a read-only list of executables’ names.
Remove(System::String)Removes an executable by its name.

See Also