C# Class CefSharp.Internals.CommandLineArgsParser

Simple helper class used for checking/parsing command line arguments
ファイルを表示 Open project: cefsharp/CefSharp

Public Methods

Method Description
HasArgument ( this args, string arg ) : bool
LocateParentProcessId ( this args ) : int?

Method Details

HasArgument() public static method

public static HasArgument ( this args, string arg ) : bool
args this
arg string
return bool

LocateParentProcessId() public static method

public static LocateParentProcessId ( this args ) : int?
args this
return int?