[This is preliminary documentation and is subject to change.]

Represents possible stages of life-cycle of assembly used by ĐTools project

Namespace: Tools.InternalT
Assembly: 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 nameValueDescription
Nightly1Debug build, usually done by developer to debug and test
Alpha2Early stagte of development posled to public
Beta3More tested and debuged statge of development, but still not final
RC4Near-final stage of development
Release5Production release
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets 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

Collapse/expand Version History

1.5.2

  • (Release) Version documentation added