ClientBuildManagerParameter コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ClientBuildManagerParameter コンストラクタの意味・解説 

ClientBuildManagerParameter コンストラクタ

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ClientBuildManagerParameter クラス新しインスタンス初期化します。

名前空間: System.Web.Compilation
アセンブリ: System.Web (system.web.dll 内)
構文構文

Dim instance As New ClientBuildManagerParameter
public ClientBuildManagerParameter ()
public:
ClientBuildManagerParameter ()
public ClientBuildManagerParameter ()
public function ClientBuildManagerParameter
 ()
解説解説

このコンストラクタは、プロパティ値を初期化しません。これらの値は、オブジェクトの作成後に StrongNameKeyContainer、StrongNameKeyFile、および PrecompilationFlags の各プロパティ使用して設定する必要があります

使用例使用例

次のコード例は、ClientBuildManager クラス概要にあるコード例一部です。この例では、ClientBuildManagerParameter オブジェクト作成し、その値を設定します結果として得られアセンブリは、指定されキー ファイル基づいて厳密な名前設定され指定された PrecompilationFlags 値に従ってプリコンパイルされます

_cbmParameter = New ClientBuildManagerParameter()
_cbmParameter.PrecompilationFlags = _flags
_cbmParameter.StrongNameKeyFile = _keyFile

builder = New ClientBuildManager(_vPath, _pPath, _tPath, _cbmParameter)
_cbmParameter = new ClientBuildManagerParameter();
_cbmParameter.PrecompilationFlags = _flags;
_cbmParameter.StrongNameKeyFile = _keyFile;

builder = new
        ClientBuildManager(_vPath, _pPath, _tPath, _cbmParameter);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ClientBuildManagerParameter クラス
ClientBuildManagerParameter メンバ
System.Web.Compilation 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ClientBuildManagerParameter コンストラクタ」の関連用語

ClientBuildManagerParameter コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ClientBuildManagerParameter コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS