CommandLineBuilder.AppendTextUnquoted(String) Method

Definition

Appends a string. No quotes are added. This method does not append a space to the command line before executing.

C#
public void AppendTextUnquoted(string textToAppend);
C#
protected void AppendTextUnquoted(string textToAppend);

Parameters

textToAppend
String

The string to append

Examples

AppendTextUnquoted(@"Folder name\filename.cs") => "Folder name\filename.cs"

Remarks

In the future, this function may fixup 'textToAppend' to handle literal embedded quotes.

Applies to

Produto Versións
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1