C#C
C#3mo ago
Esperida

Is there a way to unload a class from the ram?

After seach in the internet how could I unload a class, the only way I have found is to use AssemblyLoadContext. Is there another simpler way which saves me from compiling in different dlls?
Was this page helpful?