C# Class Serenity.IO.CommandLineTools

Exibir arquivo Open project: volkanceylan/Serenity

Public Methods

Method Description
EscapeArguments ( ) : string

Quotes all arguments that contain whitespace, or begin with a quote and returns a single argument string for use with Process.Start().

Method Details

EscapeArguments() public static method

Quotes all arguments that contain whitespace, or begin with a quote and returns a single argument string for use with Process.Start().
Raised when one of the arguments is null Raised if an argument contains '\0', '\r', or '\n'
public static EscapeArguments ( ) : string
return string