Microsoft Reduce Customer Effort Center

Our team drives product feedback based on solid data, it drives proactive issue prevention and ultimately, drives improvements around products based on customer feedback.

Browse by Tags

Related Posts
  • Blog Post: C# - How to load DLL in separate domain and use its methods?

    Sometimes you may have a need to load a DLL in a separate domain to call its method at run-time. You can create a proxy class by referencing the following code snippet: public class Loader : MarshalByRefObject { object CallInternal( string dll, string typename, string method, object [] parameters...