CodeCompiler.GetResponseFileCmdArgs(CompilerParameters, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the command arguments to use when invoking the compiler to generate a response file.
protected:
virtual System::String ^ GetResponseFileCmdArgs(System::CodeDom::Compiler::CompilerParameters ^ options, System::String ^ cmdArgs);
protected virtual string GetResponseFileCmdArgs (System.CodeDom.Compiler.CompilerParameters options, string cmdArgs);
abstract member GetResponseFileCmdArgs : System.CodeDom.Compiler.CompilerParameters * string -> string
override this.GetResponseFileCmdArgs : System.CodeDom.Compiler.CompilerParameters * string -> string
Protected Overridable Function GetResponseFileCmdArgs (options As CompilerParameters, cmdArgs As String) As String
Parameters
- options
- CompilerParameters
A CompilerParameters object that indicates the compiler options.
- cmdArgs
- String
A command arguments string.
Returns
The command arguments to use to generate a response file, or null
if there are no response file arguments.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.