AppRunner class

Runs command-line apps.

public static class AppRunner

Public Members

name description
static RunApp(…) Runs the specified command-line app. (3 methods)

Remarks

Consider calling these methods directly via using static Faithlife.Build.AppRunner;.

See Also