Version

AddLibrary(String) Method

Adds a library of user defined functions contained in an assembly specified by the given file path.
Syntax
'Declaration
 
Public Overloads Function AddLibrary( _
   ByVal pathAssembly As String _
) As Boolean
public bool AddLibrary( 
   string pathAssembly
)

Parameters

pathAssembly
Path to assembly containing user defined functions

Return Value

True if the function library was successfully loaded and its functions registered, else false
Remarks

Once the assembly is loaded, any type that derives from UltraCalcFunction will be registered with the function factory

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also