VisualBasicCommandLineParser Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The VisualBasicCommandLineParser class contains members used to perform various Visual Basic command line parsing operations.
public ref class VisualBasicCommandLineParser : Microsoft::CodeAnalysis::CommandLineParser
public class VisualBasicCommandLineParser : Microsoft.CodeAnalysis.CommandLineParser
type VisualBasicCommandLineParser = class
inherit CommandLineParser
Public Class VisualBasicCommandLineParser
Inherits CommandLineParser
- Inheritance
Properties
Default |
Gets the current command line parser. |
RegularFileExtension |
Gets the standard Visual Basic source file extension |
Script |
Gets the current interactive command line parser. |
ScriptFileExtension |
Gets the standard Visual Basic script file extension. |
Methods
Parse(IEnumerable<String>, String, String, String) |
Parses a command line. |
ParseConditionalCompilationSymbols(String, IEnumerable<Diagnostic>, IEnumerable<KeyValuePair<String,Object>>) |
Parses Conditional Compilations Symbols. Given the string of conditional compilation symbols from the project system, parse them and merge them with an IReadOnlyDictionary ready to be given to the compilation. |
ParsePathMap(String, IList<Diagnostic>) | (Inherited from CommandLineParser) |