Engine.

DynamicAssemblies Property

Summary

Gets a collection of all the raw assemblies that should be referenced by modules that support dynamic compilation (such as configuration assemblies).
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Execution
Containing Type
Engine

Syntax

public IRawAssemblyCollection DynamicAssemblies { get; }

Value

Type Description
IRawAssemblyCollection
GitHub