CommandLineBuilderExtension Constructors
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.
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