CommandLineGenerator 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 list of active switches in the order they should be emitted.
public ref class CommandLineGenerator
public class CommandLineGenerator
type CommandLineGenerator = class
Public Class CommandLineGenerator
- Inheritance
-
CommandLineGenerator
Constructors
CommandLineGenerator(Rule, Dictionary<String,Object>) |
Creates a generator that generates a command-line based on the specified Xaml file and parameters. |
Properties
AdditionalOptions |
Any additional options (as a literal string) that may have been specified in the project file |
AlwaysAppend |
The string to append to the end of a non-templated commandline. |
CommandLineTemplate |
The template which, if set, will be used to govern formatting of the command line(s) |
Methods
GenerateCommandLine() |
Generate the command-line |