C# 클래스 mRemoteNG.Tools.CommandLineArguments

파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Arguments List

공개 메소드들

메소드 설명
Add ( ) : void
Add ( string argument, bool forceQuotes = false ) : void
AddFileName ( string fileName, bool forceQuotes = false ) : void
EscapeBackslashes ( string argument ) : string
EscapeBackslashesForTrailingQuote ( string argument ) : string
EscapeShellMetacharacters ( string argument ) : string
PrefixFileName ( string argument ) : string
QuoteArgument ( string argument, bool forceQuotes = false ) : string
ToString ( ) : string

보호된 메소드들

메소드 설명
ProcessArgument ( Argument argument, bool escapeForShell = false ) : string

메소드 상세

Add() 공개 메소드

public Add ( ) : void
리턴 void

Add() 공개 메소드

public Add ( string argument, bool forceQuotes = false ) : void
argument string
forceQuotes bool
리턴 void

AddFileName() 공개 메소드

public AddFileName ( string fileName, bool forceQuotes = false ) : void
fileName string
forceQuotes bool
리턴 void

EscapeBackslashes() 공개 정적인 메소드

public static EscapeBackslashes ( string argument ) : string
argument string
리턴 string

EscapeBackslashesForTrailingQuote() 공개 정적인 메소드

public static EscapeBackslashesForTrailingQuote ( string argument ) : string
argument string
리턴 string

EscapeShellMetacharacters() 공개 정적인 메소드

public static EscapeShellMetacharacters ( string argument ) : string
argument string
리턴 string

PrefixFileName() 공개 정적인 메소드

public static PrefixFileName ( string argument ) : string
argument string
리턴 string

ProcessArgument() 보호된 정적인 메소드

protected static ProcessArgument ( Argument argument, bool escapeForShell = false ) : string
argument Argument
escapeForShell bool
리턴 string

QuoteArgument() 공개 정적인 메소드

public static QuoteArgument ( string argument, bool forceQuotes = false ) : string
argument string
forceQuotes bool
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Arguments 보호되어 있는 프로퍼티

protected List Arguments
리턴 List