Distribute .NET Assemblies to Application Developers

Distribute the following to the application developer integrating the .NET assembly:

  • Function signatures of the deployed MATLAB® functions

  • assemblyName.xml — generated documentation files

  • assemblyName.dll — generated assembly file

  • assemblyName.pdb — optionally generated program database file containing debugging information

  • MATLAB Runtime installer

The Library Compiler app generates an installer that packages all of the binary artifacts required for distributing a .NET assembly. The installer is located in the for_redistribution folder of the compiler project.

Was this topic helpful?