AppDomainSetup.SandboxInterop 属性

定义

获取或设置一个值,该值指示是否在应用程序域中为互操作调用禁用接口缓存,从而对每个调用执行 QueryInterface

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

属性值

如果为使用当前 AppDomainSetup 对象创建的应用程序域中的互操作调用禁用接口缓存,则为 true;否则为 false

注解

禁用接口缓存会对互操作调用的性能产生重大影响。

此成员在 .NET Framework 3.5 中引入。

适用于