ManagedCompiler.AddResponseFileCommands(CommandLineBuilderExtension) Method

Definition

Fills the specified commandLine parameter with the switches and other information that can go into a response file.

This API supports the product infrastructure and is not intended to be used directly from your code.

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 to add arguments to.

Notes to Inheritors

This class uses the StrongNameIdentityPermissionAttribute attribute and cannot be inherited.

Applies to