ProcessArgumentListExtensions.

AppendQuoted(ProcessArgumentBuilder, string, string) Method

Summary

Quotes and appends the specified text to the argument builder.

Syntax

public static ProcessArgumentBuilder AppendQuoted(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.

Return Value

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