C# 클래스 NekoKun.Core.CommandLineParser

파일 보기 프로젝트 열기: NekoProject/NekoKun

보호된 프로퍼티들

프로퍼티 타입 설명
cmdClass System.Type
defaults List
methods System.Reflection.MethodInfo>.Dictionary

공개 메소드들

메소드 설명
CommandLineParser ( System CommandClass ) : System
Execute ( List args ) : void
Parse ( string args ) : List
ParseAndExecute ( string args ) : void
ShowHelpEntry ( string argf ) : void

비공개 메소드들

메소드 설명
ExecuteInner ( System methods, ParsedArgument param, string argf ) : void

메소드 상세

CommandLineParser() 공개 메소드

public CommandLineParser ( System CommandClass ) : System
CommandClass System
리턴 System

Execute() 공개 메소드

public Execute ( List args ) : void
args List
리턴 void

Parse() 공개 메소드

public Parse ( string args ) : List
args string
리턴 List

ParseAndExecute() 공개 메소드

public ParseAndExecute ( string args ) : void
args string
리턴 void

ShowHelpEntry() 공개 메소드

public ShowHelpEntry ( string argf ) : void
argf string
리턴 void

프로퍼티 상세

cmdClass 보호되어 있는 프로퍼티

protected Type,System cmdClass
리턴 System.Type

defaults 보호되어 있는 프로퍼티

protected List defaults
리턴 List

methods 보호되어 있는 프로퍼티

protected Dictionary methods
리턴 System.Reflection.MethodInfo>.Dictionary