[This is preliminary documentation and is subject to change.]
A testable way to pass command line arguements to the application.
| C# | Visual Basic | Visual C++ |
void SetArguements( string[] args )
Sub SetArguements ( _ args As String() _ )
void SetArguements( array<String^>^ args )
- args (array< String >[]()[])
- An array of command line arguements.