C# 클래스 SharpOS.Kernel.CommandLine

파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
ContainsOption ( string option ) : bool
GetArgument ( string option, PString8 buf ) : bool
GetArgumentLength ( int argumentIndex ) : int
GetString ( ) : CString8*
IndexOfArgument ( string option ) : int

Returns the index in the command line string containing the first character of the argument to option.

IndexOfOption ( string option ) : int
Setup ( ) : void

메소드 상세

ContainsOption() 공개 정적인 메소드

public static ContainsOption ( string option ) : bool
option string
리턴 bool

GetArgument() 공개 정적인 메소드

public static GetArgument ( string option, PString8 buf ) : bool
option string
buf SharpOS.Kernel.Foundation.PString8
리턴 bool

GetArgumentLength() 공개 정적인 메소드

public static GetArgumentLength ( int argumentIndex ) : int
argumentIndex int
리턴 int

GetString() 공개 정적인 메소드

public static GetString ( ) : CString8*
리턴 CString8*

IndexOfArgument() 공개 정적인 메소드

Returns the index in the command line string containing the first character of the argument to option.
public static IndexOfArgument ( string option ) : int
option string
리턴 int

IndexOfOption() 공개 정적인 메소드

public static IndexOfOption ( string option ) : int
option string
리턴 int

Setup() 공개 정적인 메소드

public static Setup ( ) : void
리턴 void