C# Class Zetbox.API.AutofacExtensions

ファイルを表示 Open project: daszat/zetbox

Public Methods

Method Description
RegisterCmdLineAction ( this builder, string prototype, string description, string>.Action action ) : void
RegisterCmdLineAction ( this builder, string prototype, string description, Action action ) : void
RegisterCmdLineDataOption ( this builder, string prototype, string description, object dataKey ) : void
RegisterCmdLineFlag ( this builder, string prototype, string description, object dataKey ) : void
RegisterCmdLineListAction ( this builder, string prototype, string description, string[]>.Action listAction ) : void
RegisterZetboxImplementors ( this builder, Assembly source ) : void

Method Details

RegisterCmdLineAction() public static method

public static RegisterCmdLineAction ( this builder, string prototype, string description, string>.Action action ) : void
builder this
prototype string
description string
action string>.Action
return void

RegisterCmdLineAction() public static method

public static RegisterCmdLineAction ( this builder, string prototype, string description, Action action ) : void
builder this
prototype string
description string
action Action
return void

RegisterCmdLineDataOption() public static method

public static RegisterCmdLineDataOption ( this builder, string prototype, string description, object dataKey ) : void
builder this
prototype string
description string
dataKey object
return void

RegisterCmdLineFlag() public static method

public static RegisterCmdLineFlag ( this builder, string prototype, string description, object dataKey ) : void
builder this
prototype string
description string
dataKey object
return void

RegisterCmdLineListAction() public static method

public static RegisterCmdLineListAction ( this builder, string prototype, string description, string[]>.Action listAction ) : void
builder this
prototype string
description string
listAction string[]>.Action
return void

RegisterZetboxImplementors() public static method

public static RegisterZetboxImplementors ( this builder, Assembly source ) : void
builder this
source System.Reflection.Assembly
return void