다음을 통해 공유


CommandLineConfiguration 클래스

정의

에서 사용하는 구성을 Parser나타냅니다.

public ref class CommandLineConfiguration
public class CommandLineConfiguration
type CommandLineConfiguration = class
Public Class CommandLineConfiguration
상속
CommandLineConfiguration

생성자

CommandLineConfiguration(Command, Boolean, Boolean, Boolean, LocalizationResources, ResponseFileHandling, IReadOnlyList<InvocationMiddleware>, Func<BindingContext, HelpBuilder>)

CommandLineConfiguration 클래스의 새 instance 초기화합니다.

속성

EnableDirectives

지시문을 사용할 수 있는지 여부를 가져옵니다.

EnableLegacyDoubleDashBehavior

이후 토큰의 -- 구문 분석을 무시하고 목록에 배치하는 토큰의 레거시 동작을 UnparsedTokens 사용하도록 설정합니다.

EnablePosixBundling

POSIX 번들링을 사용할 수 있는지 여부를 가져옵니다.

LocalizationResources

지역화 가능한 리소스를 가져옵니다.

RootCommand

루트 명령을 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ThrowIfInvalid()

파서 구성이 모호하거나 유효하지 않은 경우 예외를 throw합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상