Hi all,
I want to load an unmanaged c++ exe file and then invoke methods inside it by using c#. I can load and invoke methods in .net exe files by using reflection but couldn't do that on unmanaged exe files.
Is there a way to do that by using c#?
Thanks in advance.
I want to load an unmanaged c++ exe file and then invoke methods inside it by using c#. I can load and invoke methods in .net exe files by using reflection but couldn't do that on unmanaged exe files.
Is there a way to do that by using c#?
Thanks in advance.
Comment