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[]>
- IReadOnlyCollection
graph BT
Type-.->Interface0["IReadOnlyCollection<byte[]>"]
Type["IRawAssemblyCollection"]
class Type type-node
Syntax
public interface IRawAssemblyCollection : IReadOnlyCollection<byte[]>
Methods
Name | Value | Summary |
---|---|---|
Add |
void |
Adds a raw assembly to the collection.
|