Im using System.Diagnostics.ProcessStartInfo but I want to send more than 1 argument to my process, and some of them are integer arrays. If I have several arrays that I want to send, how do I delimit the different indices of the array from the different arguments, or is there an easy, simple way to send multiple arguments in ProcessStartInfo?