C# Class SharpOS.Kernel.CommandLine

Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
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

Method Details

ContainsOption() public static méthode

public static ContainsOption ( string option ) : bool
option string
Résultat bool

GetArgument() public static méthode

public static GetArgument ( string option, PString8 buf ) : bool
option string
buf SharpOS.Kernel.Foundation.PString8
Résultat bool

GetArgumentLength() public static méthode

public static GetArgumentLength ( int argumentIndex ) : int
argumentIndex int
Résultat int

GetString() public static méthode

public static GetString ( ) : CString8*
Résultat CString8*

IndexOfArgument() public static méthode

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
Résultat int

IndexOfOption() public static méthode

public static IndexOfOption ( string option ) : int
option string
Résultat int

Setup() public static méthode

public static Setup ( ) : void
Résultat void