BrowserClientGetBrowserCommandLineAsync Method  | 
Version 106.0.290 
            Returns the command line switches for the browser process if, and only if
            --enable-automation is on the commandline.
            
 
    Namespace: 
   CefSharp.DevTools.Browser
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic Task<GetBrowserCommandLineResponse> GetBrowserCommandLineAsync()
public:
Task<GetBrowserCommandLineResponse^>^ GetBrowserCommandLineAsync()
Return Value
Type: 
TaskGetBrowserCommandLineResponsereturns System.Threading.Tasks.Task<GetBrowserCommandLineResponse>
See Also