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.ExtensibilityAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxpublic bool CanUnload { get; }
Property Value
Boolean
See Also