Show / Hide Table of Contents

Class PhoenixBootstrapper

Inheritance
System.Object
PhoenixBootstrapper
PhoenixUIBootstrapper
PhoenixTestBootstrapper
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix
Assembly: Phoenix.Core.dll
Syntax
public class PhoenixBootstrapper : IDisposable

Constructors

View Source

PhoenixBootstrapper(IPluginDirectoryManager, Nullable<IEventAggregator>)

Initializes a new instance of the PhoenixBootstrapper class.

Declaration
public PhoenixBootstrapper(IPluginDirectoryManager pluginManager = null, IEventAggregator? eventAggregator = null)
Parameters
Type Name Description
IPluginDirectoryManager pluginManager

The plugin directory manager to use to load assemblies.

System.Nullable<IEventAggregator> eventAggregator

The event aggregator to use.

Properties

View Source

ViewProviderCollection

Declaration
protected ViewProviderCollection ViewProviderCollection { get; }
Property Value
Type Description
ViewProviderCollection

Methods

View Source

ConfigureServices(IServiceCollection)

Declaration
public virtual void ConfigureServices(IServiceCollection serviceCollection)
Parameters
Type Name Description
IServiceCollection serviceCollection
View Source

Dispose()

Declaration
public virtual void Dispose()
View Source

RegisterCoreServices(IServiceCollection)

Declaration
protected virtual void RegisterCoreServices(IServiceCollection serviceCollection)
Parameters
Type Name Description
IServiceCollection serviceCollection
View Source

SetServiceProvider(IServiceProvider)

Declaration
public static void SetServiceProvider(IServiceProvider services)
Parameters
Type Name Description
System.IServiceProvider services
View Source

Start()

Declaration
public void Start()

Implements

System.IDisposable
  • View Source
In This Article
Back to top Generated by DocFX