次の方法で共有


IAppDomainSetup.PrivateBinPath プロパティ

プライベート アセンブリを検索するために ApplicationBase ディレクトリと組み合わせて使用されるディレクトリのリストを取得または設定します。

Property PrivateBinPath As String
[C#]
string PrivateBinPath {get; set;}
[C++]
__property String* get_PrivateBinPath();__property void set_PrivateBinPath(String*);
[JScript]
function get PrivateBinPath() : String;function set PrivateBinPath(String);

プロパティ値

セミコロンで区切られたディレクトリ名のリストを格納している String

解説

プライベート アセンブリは、アプリケーションと同じディレクトリ構造に配置されます。

必要条件

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

参照

IAppDomainSetup インターフェイス | IAppDomainSetup メンバ | System 名前空間