CSharpCommandLineParser Class

Definition

public ref class CSharpCommandLineParser : Microsoft::CodeAnalysis::CommandLineParser
public class CSharpCommandLineParser : Microsoft.CodeAnalysis.CommandLineParser
type CSharpCommandLineParser = class
    inherit CommandLineParser
Public Class CSharpCommandLineParser
Inherits CommandLineParser
Inheritance
CSharpCommandLineParser

Properties

Default
RegularFileExtension
Script
ScriptFileExtension

Methods

Parse(IEnumerable<String>, String, String, String)

Parses a command line.

ParseConditionalCompilationSymbols(String, IEnumerable<Diagnostic>)
ParsePathMap(String, IList<Diagnostic>) (Inherited from CommandLineParser)

Applies to