Click or drag to resize
AppCore Class
Main entry point to the application
Inheritance Hierarchy
SystemObject
  CMS.CoreAppCore

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public static class AppCore

The AppCore type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInit
Determines whether the initialization phase of the application core life-cycle is complete. If it is not, it executes it.
Public methodStatic memberPreInit
Determines whether the pre-initialization phase of the application core life-cycle is complete. If it is not, it executes it.
Public methodStatic memberSetup
Provides the application core with startup parameters.
Top
Properties
  NameDescription
Public propertyStatic memberInitialized
Gets a value indicating whether the application core has been initialized.
Public propertyStatic memberPreInitialized
Gets a value indicating whether the application core has been pre-initialized.
Top
See Also