C# 클래스 NetBuild.ConsoleApp.ConsoleArguments

Works with command line arguments. Expected arguments represent unnamed properties which can be specified at the beginning, before named properties.
상속: MemoryConfigReader
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions

공개 메소드들

메소드 설명
ConsoleArguments ( ) : System

Initializes a new instance.

Parse ( IEnumerable args ) : void

Parses specified console arguments, completely replacing all internal properies.

비공개 메소드들

메소드 설명
Parse ( string arg ) : void

Parses specified value as one of the arguments.

메소드 상세

ConsoleArguments() 공개 메소드

Initializes a new instance.
public ConsoleArguments ( ) : System
리턴 System

Parse() 공개 메소드

Parses specified console arguments, completely replacing all internal properies.
public Parse ( IEnumerable args ) : void
args IEnumerable
리턴 void