C# 클래스 System.CommandLine.ParseResult

파일 보기 프로젝트 열기: KathleenDollard/System.CommandLine

Private Properties

프로퍼티 타입 설명
AddImplicitOptionsAndCheckForErrors void
ParseResult System.Collections.Generic

공개 메소드들

메소드 설명
FindResultFor ( ISymbol symbol ) : System.CommandLine.SymbolResult
ToString ( ) : string
ValueForOption ( string alias ) : object
ValueForOption ( string alias ) : T
this ( string alias ) : SymbolResult

비공개 메소드들

메소드 설명
AddImplicitOptionsAndCheckForErrors ( ) : void
ParseResult ( System.CommandLine.Parser parser, System.CommandLine.CommandResult rootCommandResult, System.CommandLine.CommandResult commandResult, IDirectiveCollection directives, IReadOnlyList tokens, IReadOnlyCollection unparsedTokens, IReadOnlyCollection unmatchedTokens, IReadOnlyCollection tokenizeErrors, string rawInput ) : System.Collections.Generic

메소드 상세

FindResultFor() 공개 메소드

public FindResultFor ( ISymbol symbol ) : System.CommandLine.SymbolResult
symbol ISymbol
리턴 System.CommandLine.SymbolResult

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ValueForOption() 공개 메소드

public ValueForOption ( string alias ) : object
alias string
리턴 object

ValueForOption() 공개 메소드

public ValueForOption ( string alias ) : T
alias string
리턴 T

this() 공개 메소드

public this ( string alias ) : SymbolResult
alias string
리턴 SymbolResult