CommandLineBuilderExtension Constructors

Definition

Overloads

CommandLineBuilderExtension()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the CommandLineBuilderExtension class.

CommandLineBuilderExtension(Boolean, Boolean)

Initializes a new instance of the CommandLineBuilderExtension class.

CommandLineBuilderExtension()

Initializes a new instance of the CommandLineBuilderExtension class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 CommandLineBuilderExtension();
public CommandLineBuilderExtension ();
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public CommandLineBuilderExtension ();
Public Sub New ()
Attributes

Applies to

CommandLineBuilderExtension(Boolean, Boolean)

Initializes a new instance of the CommandLineBuilderExtension class.

public:
 CommandLineBuilderExtension(bool quoteHyphensOnCommandLine, bool useNewLineSeparator);
public CommandLineBuilderExtension (bool quoteHyphensOnCommandLine, bool useNewLineSeparator);
new Microsoft.Build.Tasks.CommandLineBuilderExtension : bool * bool -> Microsoft.Build.Tasks.CommandLineBuilderExtension
Public Sub New (quoteHyphensOnCommandLine As Boolean, useNewLineSeparator As Boolean)

Parameters

quoteHyphensOnCommandLine
Boolean
useNewLineSeparator
Boolean

Applies to