Прочитать на английском Изменить

Поделиться через


CommandLineConfiguration.EnableTokenReplacement Property

Definition

Gets a value indicating whether token replacement is enabled.

public bool EnableTokenReplacement { get; }

Property Value

Remarks

When enabled, any token prefixed with @ can be replaced with zero or more other tokens. This is mostly commonly used to expand tokens from response files and interpolate them into a command line prior to parsing.

Applies to