Elektrozoider
Member
- Joined
- Jun 4, 2015
- Messages
- 114
- Reaction score
- 10
Hi. Not sure if this is the right place to ask, but it is a very simple question:
¿Can DemonBuddy load compiled assemblies in C# or VB.NET through Reflection, or it only can manage to load C# source-code files and compile them at runtime?.
The thing is that, as my main programming language is VB.NET, and since DemonBuddy can't load/compile VB.NET source-code files, then I would like to use a compiled assembly (written in VB.NET) as plugin.
¿Can I do this?, ¿and where I should put my assembly file?. I tried to put my assembly inside the "Plugins" dir, like: "...\Plugins\MyPluginName\MyAssembly.dll" but it didn't load. If I convert the source-code files to C#, and then I put those source-code files in that directory, it loads properly.
Thanks for read.
¿Can DemonBuddy load compiled assemblies in C# or VB.NET through Reflection, or it only can manage to load C# source-code files and compile them at runtime?.
The thing is that, as my main programming language is VB.NET, and since DemonBuddy can't load/compile VB.NET source-code files, then I would like to use a compiled assembly (written in VB.NET) as plugin.
¿Can I do this?, ¿and where I should put my assembly file?. I tried to put my assembly inside the "Plugins" dir, like: "...\Plugins\MyPluginName\MyAssembly.dll" but it didn't load. If I convert the source-code files to C#, and then I put those source-code files in that directory, it loads properly.
Thanks for read.
Last edited: