C# Class NetIde.Services.CommandLine.NiCommandLine

Inheritance: ServiceBase, INiCommandLine
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
GetOption ( string name, bool &present, string &value ) : HResult
GetOtherArguments ( string &arguments ) : HResult
NiCommandLine ( IServiceProvider serviceProvider, string args ) : System

Method Details

GetOption() public méthode

public GetOption ( string name, bool &present, string &value ) : HResult
name string
present bool
value string
Résultat HResult

GetOtherArguments() public méthode

public GetOtherArguments ( string &arguments ) : HResult
arguments string
Résultat HResult

NiCommandLine() public méthode

public NiCommandLine ( IServiceProvider serviceProvider, string args ) : System
serviceProvider IServiceProvider
args string
Résultat System