IEngine.

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.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
IEngine

Syntax

IRawAssemblyCollection DynamicAssemblies { get; }

Value

Type Description
IRawAssemblyCollection
GitHub