LC.AddResponseFileCommands(CommandLineBuilderExtension) Method

Definition

Generates response file with arguments for lc.exe Used when targeting framework version is 4.6 or later

protected public:
 override void AddResponseFileCommands(Microsoft::Build::Tasks::CommandLineBuilderExtension ^ commandLine);
protected internal override void AddResponseFileCommands (Microsoft.Build.Tasks.CommandLineBuilderExtension commandLine);
override this.AddResponseFileCommands : Microsoft.Build.Tasks.CommandLineBuilderExtension -> unit
Protected Friend Overrides Sub AddResponseFileCommands (commandLine As CommandLineBuilderExtension)

Parameters

commandLine
CommandLineBuilderExtension

command line builder class to add arguments to the response file

Applies to