C# Класс Bottles.PackageRegistry

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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