Summary
Manages configuration of an engine and coordinates configuration script processing.
- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration - Interfaces
-
- IDisposable
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDisposable"]
Type["Configurator"]
class Type type-node
Syntax
public class Configurator : IDisposable
Constructors
Name | Summary |
---|---|
Configurator |
Initializes a new instance of the Wyam.Configuration.Configurator class.
|
Configurator |
Initializes a new instance of the Wyam.Configuration.Configurator class. This overload
allows passing in a Wyam.Configuration.Preprocessing.Preprocessor that can be reused and pre-configured
with directives not sourced from the script.
|
Properties
Name | Value | Summary |
---|---|---|
AssemblyLoader | AssemblyLoader | |
ClassCatalog | ClassCatalog | |
IgnoreConfigHash | bool | |
Ignore |
bool | |
Ignore |
bool | |
No |
bool | |
OutputScript | bool | |
PackageInstaller | PackageInstaller | |
Recipe | IRecipe | |
RecipeName | string | |
Settings | IReadOnlyDictionary |
|
Theme | string |
Methods
Name | Value | Summary |
---|---|---|
Configure |
bool |
Configures the engine using the specified config file.
|
Configure |
bool |
Configures the engine using the specified config file.
|
Configure |
void |
Configures the engine using the specified script.
|
Dispose |
void |