Enum EnvironmentType
A set of environment types.
public enum EnvironmentType
- Extension Methods
Fields
Development = 0The development environment, for developers.
Testing = 1The testing environment, for testing things.
Production = 2The production environment, for the public.
Ptb = 3The ptb environment, for Public Test Builds.
ProductionDebug = 4The Production environment, for the public, with debugging features.