AddIn PersistenceManagerRegistrar AddAssemblyBinding Method TIBCO Spotfire 6.0 API Reference
Adds a binding of an entire assembly.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void AddAssemblyBinding(
	string originalAssemblyName,
	Assembly assembly
)

Parameters

originalAssemblyName
Type: System String
Name of the original assembly.
assembly
Type: System.Reflection Assembly
The new assembly.
See Also