Contents, API Reference, Interfaces, iTestBed, getNumberOfCommandLineArguments
iTestBed::getNumberOfCommandLineArguments()
Description
Used to query testbed command line arguments.
Syntax
int32_t getNumberOfCommandLineArguments() const; |
Return Value
The number of command line arguments remaining from the arguments passed in to the testbed, after the testbed's own argument string processing.
Remarks
The following argument strings are reserved by the testbed, and may be removed from the argument list on testbed startup:
- 'notdinput'
- 'nosound'
- any argument string with the prefix 'windowsize='
- any argument string with the prefix 'app='
Argument strings starting with an underscore character ('_') are also reserved for possible future use by the testbed.
See Also
iTestBed::getCommandLineArgument()
C# Mapping
int getNumberOfCommandLineArguments(); |
Java Mapping
int getNumberOfCommandLineArguments();
|