Skip to content
New issue

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? #89

Open
send010 opened this issue Nov 1, 2018 · 3 comments
Open

Why not support C#'s DLL? #89

send010 opened this issue Nov 1, 2018 · 3 comments

Comments

@send010
Copy link

send010 commented Nov 1, 2018

Why not support C#'s DLL?

@sr-tream
Copy link

#40

@NothingFaceX
Copy link

You don't need it for C# , C# has it already and you can even use https://github.com/Fody/Costura to automate it.

@Elmue
Copy link

Elmue commented Jun 22, 2020

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

@Elmue Elmue mentioned this issue Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants