Syncfusion.Calculate.Base by Syncfusion Inc.

<PackageReference Include="Syncfusion.Calculate.Base" Version="19.3.0.47" />

 CalculateBaseAssembly

public class CalculateBaseAssembly
This class holds the name of the Syncfusion.Calculate.Base assembly and provides a helper routine that helps with resolving types when loading a serialization stream and when the framework probes for assemblies by reflection.
public static readonly Assembly Assembly

A reference to the Assembly for the grid assembly.

public static readonly string Name

The full name of this assembly without version information, e.g. "Syncfusion.Grid".

public static readonly string RootNamespace

The root namespace of this assembly. Used internally for locating resources within the assembly.

public static Assembly AssemblyResolver(object sender, ResolveEventArgs e)

This delegate helps with resolving types and can be used as an event handler for a AssemblyResolve event.