C# Class Blacker.MangaScraper.Helpers.ProcessHelper

Afficher le fichier Open project: blacker-cz/MangaScraper

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().
public static EscapeArguments ( ) : string
Résultat string