IExecutionContext.

DynamicAssemblies Property

Summary

Gets the raw bytes for dynamically compiled assemblies (such as the configuration script).
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
IExecutionContext

Syntax

IReadOnlyCollection<byte[]> DynamicAssemblies { get; }

Value

Type Description
IReadOnlyCollection<byte[]>
GitHub