C# Class Bottles.PackageRegistry

Show file Open project: DarthFubuMVC/bottles

Public Properties

Property Type Description
Properties string>.Cache

Public Methods

Method Description
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

Private Methods

Method Description
PackageRegistry ( ) : System
findAssemblyInLoadedPackages ( object sender, ResolveEventArgs args ) : Assembly

Critical method in the bottles eco system

Method Details

AssertNoFailures() public static method

Default AssertNoFailures
public static AssertNoFailures ( ) : void
return void

AssertNoFailures() public static method

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
return void

LoadPackages() public static method

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

Property Details

Properties public static property

public static Cache Properties
return string>.Cache