CommandLineTools class

namespace: Serenity.IO   assemblySerenity.Net.Services

Contains functions related to command line

public class CommandLineTools

Public Members

name description
CommandLineTools() The default constructor.
static EscapeArguments(…) Quotes all arguments that contain whitespace, or begin with a quote and returns a single argument string for use with Process.Start().

See Also