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::SandboxInterop Property

 

Gets or sets a value that indicates whether interface caching is disabled for interop calls in the application domain, so that a QueryInterface is performed on each call.

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

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

Property Value

Type: System::Boolean

true if interface caching is disabled for interop calls in application domains created with the current AppDomainSetup object; otherwise, false.

Disabling interface caching has a significant impact on the performance of interop calls.

This member is introduced in the .NET Framework 3.5.

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