C# Class NetIde.Services.CommandLine.NiCommandLine

Inheritance: ServiceBase, INiCommandLine
Exibir arquivo Open project: netide/netide

Public Methods

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

Method Details

GetOption() public method

public GetOption ( string name, bool &present, string &value ) : HResult
name string
present bool
value string
return HResult

GetOtherArguments() public method

public GetOtherArguments ( string &arguments ) : HResult
arguments string
return HResult

NiCommandLine() public method

public NiCommandLine ( IServiceProvider serviceProvider, string args ) : System
serviceProvider IServiceProvider
args string
return System