CefCustomSchemeParseCommandLineArguments Method |
Version 55.0.0
Method used internally
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public 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