Click or drag to resize

ExecutionEnvironment Class

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

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

The ExecutionEnvironment type exposes the following members.

Constructors
 NameDescription
Protected methodExecutionEnvironmentInitializes 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 propertyContext 
Public propertyIsJsApplication 
Public propertyIsSIMApplication 
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