Looking at IProcessHostPreloadClient’s Preload method, there is a string[] parameter which may be provided, described in MSDN as “Data to initialize the application”. However, there is no information on where this data comes from, or how we might assign values to it.
Where does this data come from, and how can we assign values to it?
I asked me the same question. I found this answer from http://www.houseofmorten.com/geeky/dotnet/-net-framework-4-0-readme :