I can execute an external console program using C # and get its outputs thanks to the System.Diagnostics.Process class.
Is there any way to execute an external program, because this is not a console program, and get its outputs?
Suppose we have some "program.exe", suppose this is a 2D game, for example. Is it possible to get a video stream from it? For example, in an array of pixels.
source share