C# 클래스 RunEnv, 0install-win

파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
Main ( string args ) : int

비공개 메소드들

메소드 설명
ConcatenateEscapeArgument ( IEnumerable parts ) : string

Combines multiple strings into one for use as a Windows command-line argument using EscapeArgument.

This coressponds to Windows' handling of command-line arguments as specified in: http://msdn.microsoft.com/library/17w5ykft

ContainsWhitespace ( string text ) : bool

Checks whether a string contains any whitespace characters

EscapeArgument ( string value ) : string

Escapes a string for use as a Windows command-line argument, making sure it is encapsulated within " if it contains whitespace characters.

This corresponds to Windows' handling of command-line arguments as specified in: http://msdn.microsoft.com/library/17w5ykft

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int