MATLAB: What is native.dll used for

.net compilerdll

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

Best Answer

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.
Related Question