Enum HostType
The type of host application that is being initialized
Namespace: EPiServer.Framework.Initialization
Assembly: EPiServer.Framework.dll
Version: 11.20.7Syntax
public enum HostType
Fields
Name | Description |
---|---|
Installer | Legacy installer framework |
LegacyMirroringAppDomain | Legacy mirroring appdomain |
Service | Legacy mirroring service |
TestFramework | A limited runtime for integration testing, not supported for production workloads |
Undefined | Host type is not defined, it is not supported to initialize with an undefined host type |
VisualStudio | Legacy visual studio framework |
WebApplication | A web application that supports the full API, supported for production workloads. |