How should I add .NET assemblies and import libraries for a singleton class?
Show older comments
I have some .NET object that I would like to be reused, so I created a singleton class. My singleton class depends on imported libraries from a .NET assembly. How should I add the assembly and import the libraries?
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with Microsoft .NET in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!