Application Class
Provides a static method for the initialization of the ApplicationFramework and static
properties to access the AddinManager and SettingsManager services
This class provides static properties which provide access to the services provided by
the ApplicationFramework. The static constructor creates instances of the ServiceManager
the AddinManager and the SettingsManager. The AddinManager and the SettingsManager
are also added as services to the ServiceManager.
An application based on the AVEVA Application Framework must call the static Initialise
method of this class passing the application name as an argument.
Object Model
Syntax
Inheritance Hierarchy
System.Object
Aveva.ApplicationFramework.Application
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also