AppDomainSetup.DisallowBindingRedirects プロパティ

定義

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

public:
 property bool DisallowBindingRedirects { bool get(); void set(bool value); };
public bool DisallowBindingRedirects { get; set; }
member this.DisallowBindingRedirects : bool with get, set
Public Property DisallowBindingRedirects As Boolean

プロパティ値

Boolean

アセンブリのリダイレクトを使用できない場合は true、使用できる場合は false

注釈

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

このプロパティの値は、厳密な名前付きアセンブリを読み込むときにのみ考慮されます。 厳密な名前を持たないアセンブリには、常にバインド リダイレクトが適用されます。

適用対象