C# 클래스 Blacker.MangaScraper.Helpers.ProcessHelper

파일 보기 프로젝트 열기: blacker-cz/MangaScraper

공개 메소드들

메소드 설명
EscapeArguments ( ) : string

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

메소드 상세

EscapeArguments() 공개 정적인 메소드

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
리턴 string