I want to read the environment variables of process B from C# code in process A. I have seen some solutions for this in C++ but haven't tried adapting these to C#. Is this possible from C#, and if not, has anyone wrapped a C++ solution yet?
See Question&Answers more detail:os