AssemblyLoader.

Add(string) Method

Summary

Adds a new assembly or pattern to those to be loaded.

Syntax

public void Add(string assembly)

Parameters

Name Type Description
assembly string The assembly or pattern to load. If the string contains a "*" then it is considered a globbing pattern, otherwise it's considered an assembly.

Return Value

Type Description
void
GitHub