Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AppDomainSetup::DisallowBindingRedirects Property

 

Gets or sets a value that indicates whether an application domain allows assembly binding redirection.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool DisallowBindingRedirects {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if redirection of assemblies is not allowed; false if it is allowed.

The DisallowBindingRedirects property is designed to be used by services and server applications where assembly binding redirection is not part of the application scenario.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft