C# 클래스 Godot.Infrastructure.Container.DefaultComponentInstaller

상속: IWindsorInstaller
파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
GetRegistrationsViaConvention ( ) : IEnumerable
Install ( IWindsorContainer container, IConfigurationStore store ) : void

비공개 메소드들

메소드 설명
GetBootstrapRegistrations ( IWindsorContainer container ) : void
GetRegistrations ( ) : IEnumerable

메소드 상세

GetRegistrationsViaConvention() 공개 메소드

public GetRegistrationsViaConvention ( ) : IEnumerable
리턴 IEnumerable

Install() 공개 메소드

public Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer
store IConfigurationStore
리턴 void