C# 클래스 Zetbox.API.AutofacExtensions

파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
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

메소드 상세

RegisterCmdLineAction() 공개 정적인 메소드

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

RegisterCmdLineAction() 공개 정적인 메소드

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

RegisterCmdLineDataOption() 공개 정적인 메소드

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

RegisterCmdLineFlag() 공개 정적인 메소드

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

RegisterCmdLineListAction() 공개 정적인 메소드

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

RegisterZetboxImplementors() 공개 정적인 메소드

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