次の方法で共有


AppDomainSetup.DisallowBindingRedirects プロパティ

メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。

アプリケーション ドメインがアセンブリ バインディング リダイレクトを使用できるかどうかを示す値を取得または設定します。

Public Property DisallowBindingRedirects As Boolean
[C#]
public bool DisallowBindingRedirects {get; set;}
[C++]
public: __property bool get_DisallowBindingRedirects();public: __property void set_DisallowBindingRedirects(bool);
[JScript]
public function get DisallowBindingRedirects() : Boolean;public function set DisallowBindingRedirects(Boolean);

プロパティ値

アセンブリのリダイレクトを使用できない場合は true 、それ以外の場合は使用できます。

解説

DisallowBindingRedirects プロパティは、サービスおよびサーバー アプリケーションで、アセンブリ バインディング リダイレクトがアプリケーション シナリオ全体で使用できるように設計されています。

必要条件

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

参照

AppDomainSetup クラス | AppDomainSetup メンバ | System 名前空間