I have a website where some user can upload his dll. I need to create an instance from this dll and call a specific method. Moreover, I need to do it with several dll's in 1 process, so it is not an option for me to use System.Diagnostics.Process.
Is there a way to determine how much memory does this method call use or limit it in my application runtime? Thanks in advance for any help