C# Class Bottles.PackageRegistry

Afficher le fichier Open project: DarthFubuMVC/bottles

Méthodes publiques

Свойство Type Description
Properties string>.Cache

Méthodes publiques

Méthode 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

Méthode Description
PackageRegistry ( ) : System
findAssemblyInLoadedPackages ( object sender, ResolveEventArgs args ) : Assembly

Critical method in the bottles eco system

Method Details

AssertNoFailures() public static méthode

Default AssertNoFailures
public static AssertNoFailures ( ) : void
Résultat void

AssertNoFailures() public static méthode

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
Résultat void

LoadPackages() public static méthode

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

Property Details

Properties public_oe static_oe property

public static Cache Properties
Résultat string>.Cache