We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why not support C#'s DLL?
The text was updated successfully, but these errors were encountered:
#40
Sorry, something went wrong.
You don't need it for C# , C# has it already and you can even use https://github.com/Fody/Costura to automate it.
You question is not clear. Do you want to load a C# assembly or an unmanaged DLL?
1.) C# Assemblies can easily be loaded from memory with Assembly.Load(Byte[]). You do NOT need any Fody project for that, as NothingFaceX says!
2.) If you want to load an unmanaged DLL into a C# process read my comment here: #99
No branches or pull requests
Why not support C#'s DLL?
The text was updated successfully, but these errors were encountered: