What is native.dll used for?

Hi,
Matlab .NET compiler generates 2 different .dll files as shown in video - https://de.mathworks.com/videos/getting-started-net-applications-using-matlab-compiler-sdk-100367.html, the MLNE.dll is added to the C# project. What is the MLNENative.dll used for, is it relevant in this case?
Cheers, Roman

 Accepted Answer

Kojiro Saito
Kojiro Saito on 5 Aug 2017
This document will be helpful.
While xxx.dll created by MATLAB Compiler SDK uses MWArray API, xxxNative.dll uses native .NET API and it allows to use standard .NET data types as input and output data to MATLAB function calls.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!