| AssemblyComparer |
Compares two assemblies for equality by comparing at their full names.
|
| AssemblyLoader |
|
| ClassCatalog |
Responsible for iterating over a set of assemblies
looking for implementations of predefined interfaces.
|
| ClassEnum<T> |
A base class that can be used to create more powerful "enum" classes that
use fields to store the values, which are instances of the class.
|
| Configurator |
Manages configuration of an engine and coordinates configuration script processing.
|
| DirectiveValue |
Represents the use of a directive.
|
| KnownExtension |
Lookup data for all known extensions.
|
| KnownRecipe |
Lookup data for all known recipes.
|
| KnownTheme |
Lookup data for all known themes.
|
| PackageInstaller |
|
| Preprocessor |
|
| ScriptBase |
This is the base class used for the generated configuration script. Put any properties or
methods you want the configuration script to have access to in here.
|
| ScriptCompilationException |
|