The quick reference table below enables developers using the Code Document Object Model (CodeDOM) to search for CodeDOM elements by type and function. This table is sorted by type of CodeDOM or source code element and provides a description as well as a link to reference material for each element. You can find additional information about how the CodeDOM represents source code and generates it in an extensible set of programming languages at Generating and Compiling Source Code Dynamically in Multiple Languages.
Code Graph Containers
Namespace Declaration Elements
Type Declaration Elements
Type Reference Elements
Type Member Elements
Member Attributes
Code Statements
Code Expressions
Literal Snippets
Other
| Type of source code element | Representative CodeDOM element |
| The abstract base class for CodeDOM objects. | CodeObject |
| Represents a location with a filename and line number. | CodeLinePragma |
See Also
.NET Framework Reference | Generating and Compiling Source Code Dynamically in Multiple Languages | System.CodeDom | System.CodeDom.Compiler