CompilerType.CompilerParameters プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このプロパティは、.NET Framework version 2.0 で新しく追加されたものです。
ソース コードをアセンブリにコンパイルするために使用する設定とオプションを取得します。
名前空間: System.Web.Compilation
アセンブリ: System.Web (system.web.dll 内)
構文
Public ReadOnly Property CompilerParameters As CompilerParameters
Dim instance As CompilerType Dim value As CompilerParameters
value = instance.CompilerParameters
public CompilerParameters CompilerParameters { get; }
public: property CompilerParameters^ CompilerParameters { CompilerParameters^ get (); }
/** @property */ public CompilerParameters get_CompilerParameters ()
public function get CompilerParameters () : CompilerParameters
プロパティ値
コード コンパイラの設定とオプションを表す、読み取り専用の CompilerParameters オブジェクト。
コンパイラに設定されたコンパイラ オプションを調べるには、CompilerParameters プロパティを使用します。CompilerParameters プロパティは、警告をエラーとして扱うかどうか、コンパイラ出力にデバッグ情報を含めるかどうか、およびその他のコンパイラ設定値を指定します。
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
関連項目
CompilerType クラス
CompilerType メンバ
System.Web.Compilation 名前空間
CompilerParameters