Click or drag to resize

AssemblyCollection.Add Method (Assembly)

Adds an item to the AssemblyCollection.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public void Add(
	Assembly item
)

Parameters

item
Type: System.Reflection.Assembly
The object to add to the AssemblyCollection.

Implements

ICollection<T>.Add(T)
See Also

STK Parallel Computing Server 2.10 API for .NET