Documentation for .NET Assembly Libraries

Hello.
I create dll from C# code in MS VS and add it in MATLAB:
c = NET.addAssembly(pathLibrary); % pathLibrary - path to my dll
RandomExport = RandomInterface.Random;
r = RandomExport.Rand();
So, I want to see help when I press F1 for my .NET functions and classes.
How I can do this?

Answers (0)

Products

Release

R2020b

Asked:

on 28 Apr 2021

Edited:

on 28 Apr 2021

Community Treasure Hunt

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

Start Hunting!