Click or drag to resize

HostSettingsDisableInteropAssemblyConstruction Property

Enables or disables interop assembly construction.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.1-preview
Syntax
public static bool DisableInteropAssemblyConstruction { get; set; }

Property Value

Boolean
Remarks
Setting this property to true disables the construction of interop assemblies at runtime. It is effective only on .NET Framework.
See Also