AppDomainSetup::SandboxInterop Property
.NET Framework (current version)
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.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue 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
Available since 2.0
Show: