AppDomainSetup.SandboxInterop Property

Definition

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.

public bool SandboxInterop { get; set; }

Property Value

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

Remarks

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

This member is introduced in the .NET Framework 3.5.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1