ProcessArgumentListExtensions.

AppendStringLiteral(ProcessArgumentBuilder, string, string) Method

Summary

Appends the specified text as a string-literal to the argument builder.

Syntax

public static ProcessArgumentBuilder AppendStringLiteral(this ProcessArgumentBuilder builder, string name, string text)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
name string The argument name.
text string The text to be quoted and appended as a string-literal.

Return Value

Type Description
ProcessArgumentBuilder The same ProcessArgumentBuilder instance so that multiple calls can be chained.