CommandLineTools class
namespace: Serenity.IO assembly: Serenity.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
- Source: CommandLineTools.cs