C# Class Serenity.IO.CommandLineTools

Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode 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 méthode

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
Résultat string