The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: How to use LaunchParameters in XNA
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

MatthiasPosted May 25, 2012, 11:48 AM
You miss the important point about LaunchParameters. You can start your game with myGame foo:7 and LaunchParameters will contain a parameter foo with the value 7. So it's to get the launch parameters / command line parameters.