IRawAssemblyCollection Interface

Summary

A collection of raw assembly bytes for dynamically compiled assemblies such as the configuration script.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Configuration
Interfaces
  • IReadOnlyCollection<byte[]>
graph BT Type-.->Interface0["IReadOnlyCollection<byte[]>"] Type["IRawAssemblyCollection"] class Type type-node

Syntax

public interface IRawAssemblyCollection : IReadOnlyCollection<byte[]>

Methods

Name Value Summary
Add(byte[]) void
Adds a raw assembly to the collection.
GitHub