ProcessBuilderExtensionsMethods.

AppendSwitch(ProcessArgumentBuilder, bool, string) Method

Summary

Appends the specified switch to the argument builder.

Syntax

public static void AppendSwitch(this ProcessArgumentBuilder builder, bool include, string text)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
include bool Appends the switch only if true
text string The text to be appended.

Return Value

Type Description
void