[This is preliminary documentation and is subject to change.]
Represents possible stages of life-cycle of assembly used by ĐTools project
Namespace: Tools.InternalTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum BuildStates |
| Visual Basic |
|---|
Public Enumeration BuildStates |
| Visual C++ |
|---|
public enum class BuildStates |
| F# |
|---|
type BuildStates |
| JScript |
|---|
public enum BuildStates |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Nightly | 1 | Debug build, usually done by developer to debug and test | |
| Alpha | 2 | Early stagte of development posled to public | |
| Beta | 3 | More tested and debuged statge of development, but still not final | |
| RC | 4 | Near-final stage of development | |
| Release | 5 | Production release | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |
Remarks
Note for tools developper: Use name of those constants for values of <vesrsion stage=""/> XML doc attribute.
See Also
Version History
1.5.2
- (Release) Version documentation added