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