Click or drag to resize

LoadStatus Enumeration

Used for status callbacks during the load process to monitor progress and update any UI.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public enum LoadStatus
Members
  Member nameValueDescription
Loading0Starting to load a Solution or Project.
ObjectCreated1Created a new Solution, Project, Reference, or CodeUnit object.
ObjectAnnotated2A listed Annotation (such as an error or warning Message) was added to an object.
SolutionLoaded3A Solution file was loaded, and the active configuration and platform have been set - projects will be loaded next.
ProjectParsed4A Project file has been parsed, and the configuration and platform have been set.
ProjectsLoaded5All Projects have been loaded.
Parsing6Starting parsing of all CodeUnits.
Resolving7Starting resolving of all CodeUnits.
LoggingResults8Starting logging of metrics (if requested), message counts, and messages (if requested).
See Also