다음을 통해 공유


CommandExtensions 클래스

정의

Command에 대한 확장 메서드를 제공합니다.

public ref class CommandExtensions abstract sealed
public static class CommandExtensions
type CommandExtensions = class
Public Module CommandExtensions
상속
CommandExtensions

메서드

Invoke(Command, String, IConsole)

명령을 구문 분석하고 호출합니다.

Invoke(Command, String[], IConsole)

명령을 구문 분석하고 호출합니다.

InvokeAsync(Command, String, IConsole)

명령을 구문 분석하고 호출합니다.

InvokeAsync(Command, String[], IConsole)

명령을 구문 분석하고 호출합니다.

Parse(Command, String)

지정된 명령을 사용하여 명령줄 문자열 값을 구문 분석합니다.

Parse(Command, String[])

지정된 명령을 사용하여 배열 문자열을 구문 분석합니다.

적용 대상