CommandLineParser Class

Definition

Parses command line input.

public ref class CommandLineParser abstract sealed
public static class CommandLineParser
type CommandLineParser = class
Public Class CommandLineParser
Inheritance
CommandLineParser

Methods

Parse(Command, IReadOnlyList<String>, ParserConfiguration)

Parses a list of arguments.

Parse(Command, String, ParserConfiguration)

Parses a command line string.

SplitCommandLine(String)

Splits a string into a sequence of strings based on whitespace and quotation marks.

Applies to