Class ExecutablesList

ExecutablesList class

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

public class ExecutablesList

Properties

NameDescription
List { get; }Displays the collection as a read-only list of executables’ names.

Methods

NameDescription
Add(Executable)Adds a new executable to the collection.
Remove(string)Removes an executable by its name.

See Also