CefCustomSchemeParseCommandLineArguments Method  | 
Version 106.0.290 
            Method used internally
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic static List<CefCustomScheme> ParseCommandLineArguments(
	IEnumerable<string> args
)
public:
static List<CefCustomScheme^>^ ParseCommandLineArguments(
	IEnumerable<String^>^ args
)
Parameters
- args
 - Type: System.Collections.GenericIEnumerableString
command line arguments 
Return Value
Type: 
ListCefCustomSchemelist of scheme objects
See Also