Aracılığıyla paylaş


CodeCompiler.GetResponseFileCmdArgs(CompilerParameters, String) Yöntem

Tanım

Bir yanıt dosyası oluşturmak için derleyiciyi çağırırken kullanılacak komut bağımsız değişkenlerini alır.

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

Parametreler

options
CompilerParameters

CompilerParameters Derleyici seçeneklerini gösteren bir nesne.

cmdArgs
String

Komut bağımsız değişkenleri dizesi.

Döndürülenler

Yanıt dosyası oluşturmak için kullanılacak komut bağımsız değişkenleri veya null yanıt dosyası bağımsız değişkenleri yoksa.

Şunlara uygulanır