class CodeArchive

robot_2Generated
code_blocksInput

Description

The CodeArchive class in the Sandbox namespace is responsible for managing code compilation settings and resources. It provides properties to access compiler configurations, syntax trees, additional files, and references needed for code generation and compilation.

Members

Instance Members

Member Name Summary
Serialize Serialize to a byte array
CompilerName The name of the compiler
Configuration The compiler's configuration settings
SyntaxTrees The syntax trees that should be compiled
AdditionalFiles Additional files that the compiler/generator needs. This is going to be .razor files.
FileMap Converts the syntax tree paths from physical paths to project local paths
References References that this compiler/generator needs to compile the code
Version The version of the code archive. 1005 - Initial version, 1006 - Razor updates. Add razor namespaces on older versions.