コンパイル済みのアセンブリのパスを取得または設定します。
Public Property PathToAssembly As String
[C#]
public string PathToAssembly {get; set;}
[C++]
public: __property String* get_PathToAssembly();public: __property void set_PathToAssembly(String*);
[JScript]
public function get PathToAssembly() : String;public function set PathToAssembly(String);
プロパティ値
アセンブリのパス。アセンブリがメモリ内に生成された場合は null 参照 (Visual Basic では Nothing) 。
必要条件
プラットフォーム: 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 名前空間