C# 클래스 Ntreev.Library.Commands.SwitchHelper

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

공개 메소드들

메소드 설명
Parse ( object instance, string arguments ) : void
SetValues ( object instance ) : void
SwitchHelper ( IEnumerable switches ) : System

비공개 메소드들

메소드 설명
AssertRequired ( ) : void
AssertValidation ( ) : void
DoMatch ( string switchLine, string &parsed ) : SwitchDescriptor
ParseOption ( object instance, string &arguments ) : SwitchDescriptor
ParseRequired ( SwitchDescriptor switchDescriptor, string &arguments ) : void

메소드 상세

Parse() 공개 메소드

public Parse ( object instance, string arguments ) : void
instance object
arguments string
리턴 void

SetValues() 공개 메소드

public SetValues ( object instance ) : void
instance object
리턴 void

SwitchHelper() 공개 메소드

public SwitchHelper ( IEnumerable switches ) : System
switches IEnumerable
리턴 System