C# Class Zetbox.API.HelpAction

This action does nothing else than flagging the need to stop execution before shutting down the process.
Inheritance: CmdLineAction
显示文件 Open project: daszat/zetbox

Public Methods

Method Description
HelpAction ( ZetboxConfig config ) : System

Protected Methods

Method Description
InvokeCore ( Autofac unitOfWork, string args ) : void
OnParseComplete ( OptionContext c ) : void

Method Details

HelpAction() public method

public HelpAction ( ZetboxConfig config ) : System
config Zetbox.API.Configuration.ZetboxConfig
return System

InvokeCore() protected method

protected InvokeCore ( Autofac unitOfWork, string args ) : void
unitOfWork Autofac
args string
return void

OnParseComplete() protected method

protected OnParseComplete ( OptionContext c ) : void
c OptionContext
return void