ProcessArgumentListExtensions.

PrependQuotedSecret(ProcessArgumentBuilder, string, object[]) Method

Summary

Formats, quotes and prepends the specified secret text to the argument builder.
Namespace
Cake.Core
Containing Type
ProcessArgumentListExtensions

Syntax

public static ProcessArgumentBuilder PrependQuotedSecret(this ProcessArgumentBuilder builder, string format, params object[] args)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
format string A composite format string for the secret text to be quoted and prepended.
args object[] An object array that contains zero or more objects to format.

Return Value

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