HostSettingsDisableInteropAssemblyConstruction Property |
Enables or disables interop assembly construction.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.1-preview
Syntaxpublic static bool DisableInteropAssemblyConstruction { get; set; }Public Shared Property DisableInteropAssemblyConstruction As Boolean
Get
Set
public:
static property bool DisableInteropAssemblyConstruction {
bool get ();
void set (bool value);
}static member DisableInteropAssemblyConstruction : bool with 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