LoadStatus Enumeration |
Namespace: Nova.CodeDOM
public enum LoadStatus
Member name | Value | Description | |
---|---|---|---|
Loading | 0 | Starting to load a Solution or Project. | |
ObjectCreated | 1 | Created a new Solution, Project, Reference, or CodeUnit object. | |
ObjectAnnotated | 2 | A listed Annotation (such as an error or warning Message) was added to an object. | |
SolutionLoaded | 3 | A Solution file was loaded, and the active configuration and platform have been set - projects will be loaded next. | |
ProjectParsed | 4 | A Project file has been parsed, and the configuration and platform have been set. | |
ProjectsLoaded | 5 | All Projects have been loaded. | |
Parsing | 6 | Starting parsing of all CodeUnits. | |
Resolving | 7 | Starting resolving of all CodeUnits. | |
LoggingResults | 8 | Starting logging of metrics (if requested), message counts, and messages (if requested). |
Copyright (C) 2011-2019, Inevitable Software, all rights reserved.