HostSettingsUseAssemblyTable Property |
Enables or disables assembly table usage.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public static bool UseAssemblyTable { get; set; }
Public Shared Property UseAssemblyTable As Boolean
Get
Set
public:
static property bool UseAssemblyTable {
bool get ();
void set (bool value);
}
static member UseAssemblyTable : bool with get, set
Property Value
BooleanRemarks
The assembly table is a legacy internal feature intended to accelerate assembly
loading. Because it relies on deprecated platform functionality, this feature is now
disabled by default. Although its replacement is simpler and more efficient, the
feature is still available to provide full compatibility with older ClearScript
releases.
The assembly table feature is only available on .NET Framework. This property has no
effect on other platforms.
See Also