Summary
Adds a raw assembly to the collection.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Configuration - Containing Type
- I
Raw Assembly Collection
Syntax
void Add(byte[] rawAssembly)
Parameters
Name | Type | Description |
---|---|---|
rawAssembly | byte[] | The bytes of the assembly to add. |
Return Value
Type | Description |
---|---|
void |