CommandLineGenerator Class

Definition

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

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GenerateCommandLine()

Generate the command-line

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to