Skip to content

ReferencedAssemblyProvider.AddAssembly(HashSet<Assembly>, Assembly)

AddAssembly(HashSet<Assembly>, Assembly)

static
View source
public static void AddAssembly(HashSet<Assembly> parts, Assembly assembly)
Adds an assembly and its referenced Orleans serialization application parts to a collection.

Parameters

partsHashSet<Assembly>
The collection to add assemblies to.
assemblyAssembly
The assembly to inspect.