Click or drag to resize

CefCommandLine Properties

The CefCommandLine type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberGlobal Returns the singleton global CefCommandLine object. The returned object will be read-only.
Public propertyHasArguments True if there are remaining command line arguments.
Public propertyHasSwitches Returns true if the command line has switches.
Public propertyIsReadOnly Returns true if the values of this object are read-only. Some APIs may expose read-only objects.
Public propertyIsValid Returns true if this object is valid. Do not call any other methods if this function returns false.
Top
See Also