release .net objects
7 ビュー (過去 30 日間)
古いコメントを表示
If I create a .NET object instance, then that instance is never garbage collected, even if I call "clear all"
4 件のコメント
Guillaume
2020 年 1 月 8 日
The delete calls should have released all the references that matlab holds to your objects. The garbage collection itself is handled by .Net itself. Could it be that your LayoutLoader keeps hold of references to the objects?
採用された回答
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!