C# 클래스 Bottles.PackageRegistry

파일 보기 프로젝트 열기: DarthFubuMVC/bottles

공개 프로퍼티들

프로퍼티 타입 설명
Properties string>.Cache

공개 메소드들

메소드 설명
AssertNoFailures ( ) : void

Default AssertNoFailures

AssertNoFailures ( System.Action failure ) : void

A static method that should be exposed, to allow you to take an action when there has been a failure in the system.

LoadPackages ( Action configuration, bool runActivators = true ) : void

The entry method into the bottles environment

비공개 메소드들

메소드 설명
PackageRegistry ( ) : System
findAssemblyInLoadedPackages ( object sender, ResolveEventArgs args ) : Assembly

Critical method in the bottles eco system

메소드 상세

AssertNoFailures() 공개 정적인 메소드

Default AssertNoFailures
public static AssertNoFailures ( ) : void
리턴 void

AssertNoFailures() 공개 정적인 메소드

A static method that should be exposed, to allow you to take an action when there has been a failure in the system.
public static AssertNoFailures ( System.Action failure ) : void
failure System.Action The action to perform
리턴 void

LoadPackages() 공개 정적인 메소드

The entry method into the bottles environment
public static LoadPackages ( Action configuration, bool runActivators = true ) : void
configuration Action
runActivators bool
리턴 void

프로퍼티 상세

Properties 공개적으로 정적으로 프로퍼티

public static Cache Properties
리턴 string>.Cache