다음을 통해 공유


InvocationContext(ParseResult, IConsole) 생성자

정의

public InvocationContext (System.CommandLine.Parsing.ParseResult parseResult, System.CommandLine.IConsole? console = default);
new System.CommandLine.Invocation.InvocationContext : System.CommandLine.Parsing.ParseResult * System.CommandLine.IConsole -> System.CommandLine.Invocation.InvocationContext
Public Sub New (parseResult As ParseResult, Optional console As IConsole = Nothing)

매개 변수

parseResult
ParseResult

현재 구문 분석 작업의 결과입니다.

console
IConsole

출력을 쓸 콘솔입니다.

적용 대상