I\'ve looked at the different resources for other editions of visual studio but it\'s not clear to me how to call Main with an arg here
using System; namesp
As Joseph Woodward stated, you supply them in the arguments field under Project Options > Run > Configurations > Your_configuration_here.
Project Options > Run > Configurations > Your_configuration_here
Note that a project rebuild is necessary for these arguments to successfully be passed into Main - otherwise args will continue to be null.
args