C# 클래스 SolutionMaker.Command.CommandLineOptions

상속: SolutionMaker.Core.SolutionOptions
파일 보기 프로젝트 열기: zlphoenix/LearnCSharp 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string args ) : CommandLineOptions

비공개 메소드들

메소드 설명
AssignCommonPrefixLevels ( string arg ) : void
AssignCommonPrefixes ( string arg ) : void
AssignExcludeFilter ( string arg ) : void
AssignIncludeFilter ( string arg ) : void
AssignIncludeReferences ( ) : void
AssignNonRecursive ( ) : void
AssignOverwriteReadOnlyFile ( ) : void
AssignProjectRootFolderPath ( string arg ) : void
AssignProjectTypes ( string arg ) : void
AssignSolutionFile ( string arg ) : void
AssignSolutionFileVersion ( string arg ) : void
AssignSolutionFolderLevels ( string arg ) : void
AssignSolutionFolderNaming ( string arg ) : void
AssignSolutionUpdateMode ( string arg ) : void
ParseOptionArgument ( OptionType optionType, string arg ) : void
ParseOptionType ( string arg ) : OptionType

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string args ) : CommandLineOptions
args string
리턴 CommandLineOptions