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

NameDescription
abstract CommandName { get; }Gets the name of the executable (command).

Methods

NameDescription
abstract Execute(string[])The method implementing the executable’s behavior.

See Also