Click or drag to resize

ExecutionEnvironment Class

Class that defines Execution Environment for scripts/assemblys and all other extensibility modules
Class that defines Execution Environment for scripts/assemblies and all other extensibility modules
Inheritance Hierarchy
SystemObject
  Micros.PosCore.ExtensibilityExecutionEnvironment

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public class ExecutionEnvironment

The ExecutionEnvironment type exposes the following members.

Constructors
  NameDescription
Protected methodExecutionEnvironment
Initializes a new instance of the ExecutionEnvironment class
Top
Properties
  NameDescription
Public propertyCanUnload
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.
Public propertyContainsSim
Public propertyContext
Public propertyLoadErrorText
Public propertyTimerPending
Top
Methods
Fields
  NameDescription
Protected fieldComparisonData
ComparisonData provides a value that can be used to detect new script/assembly versions.
Public fieldInitializedDateTime
Top
See Also