C# 클래스 CefSharp.Internals.CommandLineArgsParser

Simple helper class used for checking/parsing command line arguments
파일 보기 프로젝트 열기: cefsharp/CefSharp

공개 메소드들

메소드 설명
HasArgument ( this args, string arg ) : bool
LocateParentProcessId ( this args ) : int?

메소드 상세

HasArgument() 공개 정적인 메소드

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

LocateParentProcessId() 공개 정적인 메소드

public static LocateParentProcessId ( this args ) : int?
args this
리턴 int?