C# 클래스 Mono.CSharp.CommandLineParser

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

공개 메소드들

메소드 설명
CommandLineParser ( Report report ) : System
CommandLineParser ( Report report, TextWriter messagesOutput ) : System
ParseArguments ( string args ) : CompilerSettings

비공개 메소드들

메소드 설명
About ( ) : void
AddArgs ( string args, string extra_args ) : string[]
AddAssemblyReference ( string alias, string assembly, CompilerSettings settings ) : void
AddResource ( AssemblyResource res, CompilerSettings settings ) : void
AddSourceFile ( string f ) : void
Error_RequiresArgument ( string option ) : void
Error_RequiresFileName ( string option ) : void
Error_WrongOption ( string option ) : void
IsExternAliasValid ( string identifier ) : bool
LoadArgs ( string file ) : string[]
OtherFlags ( ) : void
ParseOption ( string option, string &args, CompilerSettings settings ) : ParseResult
ParseOptionUnix ( string arg, string &args, int &i, CompilerSettings settings ) : ParseResult
ProcessSourceFiles ( string spec, bool recurse ) : void
SetWarningLevel ( string s ) : void
SplitPathAndPattern ( string spec, string &path, string &pattern ) : void
Usage ( ) : void
Version ( ) : void

메소드 상세

CommandLineParser() 공개 메소드

public CommandLineParser ( Report report ) : System
report Report
리턴 System

CommandLineParser() 공개 메소드

public CommandLineParser ( Report report, TextWriter messagesOutput ) : System
report Report
messagesOutput System.IO.TextWriter
리턴 System

ParseArguments() 공개 메소드

public ParseArguments ( string args ) : CompilerSettings
args string
리턴 CompilerSettings