[This is preliminary documentation and is subject to change.]
The CefCommandLine type exposes the following members.Properties
Name | Description | |
---|---|---|
Global |
Returns the singleton global CefCommandLine object. The returned object
will be read-only.
| |
HasArguments |
True if there are remaining command line arguments.
| |
HasSwitches |
Returns true if the command line has switches.
| |
IsReadOnly |
Returns true if the values of this object are read-only. Some APIs may
expose read-only objects.
| |
IsValid |
Returns true if this object is valid. Do not call any other methods if this
function returns false.
|
See Also