C# Class CefSharp.Internals.CommandLineArgsParser

Simple helper class used for checking/parsing command line arguments
Afficher le fichier Open project: cefsharp/CefSharp

Méthodes publiques

Méthode Description
HasArgument ( this args, string arg ) : bool
LocateParentProcessId ( this args ) : int?

Method Details

HasArgument() public static méthode

public static HasArgument ( this args, string arg ) : bool
args this
arg string
Résultat bool

LocateParentProcessId() public static méthode

public static LocateParentProcessId ( this args ) : int?
args this
Résultat int?