Is there any way I could get the contents of a regular windows exe file and put it into a byte array, then run it? It doesn't have to run in its own process. I just sorta wanna run the code in it...

Getting the contents into the array is easy. It's running it that's giving me trouble.

Before the why-would-you-do-that questions come up, I'd like to mention that the final code will actually be more complicated than that, and that is only part of the story.