dynamic-assemblies
2-way Cross Process Communication
I am working on a project that i want to have a plugin-sandbox like System, However i am having issues working out 2-Way Real time Cross Process Communication. At first i thought of WCF, as it can pas[详细]
2023-04-11 01:36 分类:问答Can I specify dependency directories when dynamically loading assemblies?
I\'m wondering if a setup like this is possible: c:\\eflow\\proxy.dll (main DLL loaded by application)[详细]
2023-03-22 13:13 分类:问答Load A Assembly in Runtime and call a Method and unload the assembly
Im creating an application, wich will conect to several sql database and get some details form the database,[详细]
2023-03-15 03:54 分类:问答Assembly.GetManifestResourceNames() exception because of dynamic assembly
If I run a unit test (mstest) I get an exception i开发者_开发百科f I call assembly.GetManifestResourceNames():[详细]
2023-03-06 19:31 分类:问答Why doesn't dynamic keyword work with dynamically loaded assemblies?
I\'m working on a CSharp expression evaluator which can be used as you can see below. This component generates code and compiles it in memory and after that, it loads the generated assembly, creates a[详细]
2023-02-12 04:00 分类:问答Extension Method in Dynamically Generated Assembly?
I\'m trying to include an extension methods static class in a dynamically generated assembly, except that i keep getting a compiler error of\'Type expected\' at line 6, column 28, which happens to be[详细]
2023-01-06 20:32 分类:问答How can I change the name of a dynamic assembly after it has been created?
Is there any way to change the name of a d开发者_高级运维ynamic assembly after it has been created? I\'m using a framework that uses dynamic methods, and it is creating a dynamic assembly with the sam[详细]
2022-12-23 16:24 分类:问答