IRawAssemblyCollection.

Add(byte[]) Method

Summary

Adds a raw assembly to the collection.

Syntax

void Add(byte[] rawAssembly)

Parameters

Name Type Description
rawAssembly byte[] The bytes of the assembly to add.

Return Value

Type Description
void
GitHub