Click or drag to resize

ExecutionEnvironmentCanUnload Property

Check that extension app can be unloaded. Because assemblies are not currently being loaded into their own Application Domain, they cannot be dynamically reloaded at run time.

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public bool CanUnload { get; }

Property Value

Type: Boolean
See Also