ProcessArgumentListExtensions.

PrependSecret(ProcessArgumentBuilder, string, object[]) Method

Summary

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

Syntax

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