次の方法で共有


CompilerResults.CompiledAssembly プロパティ

コンパイル済みのアセンブリを取得または設定します。

Public Property CompiledAssembly As Assembly
[C#]
public Assembly CompiledAssembly {get; set;}
[C++]
public: __property Assembly* get_CompiledAssembly();public: __property void set_CompiledAssembly(Assembly*);
[JScript]
public function get CompiledAssembly() : Assembly;public function set CompiledAssembly(Assembly);

プロパティ値

コンパイル済みのアセンブリを示す Assembly

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

CompilerResults クラス | CompilerResults メンバ | System.CodeDom.Compiler 名前空間 | Assembly