Quantcast
Channel: .NET Framework Class Libraries forum
Viewing all articles
Browse latest Browse all 8156

Run native program saved in byte array in .net

$
0
0

Hello,

I programing .net application which run secont native program saved in byte array and I do not know How I run this nativ program.  Managed .net program saved in byte array I am run thus and successfully:

public void RunProg(byte [] byteArray)
  {
      var program = Assembly.Load(byteArray);
      var returnValue = program.EntryPoint.Invoke(null, null);
  }

How do I run native program saved in byte array in c# and .net please ?

Thanks


Viewing all articles
Browse latest Browse all 8156

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>