A testable way to pass command line arguements to the application.
| C# | Visual Basic | Visual C++ |
void SetArguments( string[] args )
Sub SetArguments ( _ args As String() _ )
void SetArguments( array<String^>^ args )
- args (array< String >[]()[])
- An array of command line arguements.