C# 클래스 FeatureSwitch.StructureMap.StructureMapDependencyContainer

상속: IDependencyContainer
파일 보기 프로젝트 열기: valdisiljuconoks/FeatureSwitch

공개 메소드들

메소드 설명
Configure ( Action dependencyConfiguration ) : void
RegisterType ( Type requestedType, Type implementation ) : void
Resolve ( Type type ) : object
StructureMapDependencyContainer ( ) : System
StructureMapDependencyContainer ( IContainer container ) : System

메소드 상세

Configure() 공개 메소드

public Configure ( Action dependencyConfiguration ) : void
dependencyConfiguration Action
리턴 void

RegisterType() 공개 메소드

public RegisterType ( Type requestedType, Type implementation ) : void
requestedType System.Type
implementation System.Type
리턴 void

Resolve() 공개 메소드

public Resolve ( Type type ) : object
type System.Type
리턴 object

StructureMapDependencyContainer() 공개 메소드

public StructureMapDependencyContainer ( ) : System
리턴 System

StructureMapDependencyContainer() 공개 메소드

public StructureMapDependencyContainer ( IContainer container ) : System
container IContainer
리턴 System