RocketBooster Class

Summary

Class RocketBooster.
Assembly
Rocket.Surgery.Hosting.dll
Namespace
Rocket.Surgery.Hosting
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["RocketBooster"] class Type type-node

Syntax

public static class RocketBooster

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Methods

Name Value Summary
For(AppDomain, DiagnosticSource) Func<IHostBuilder, IRocketHostBuilder>
Fors the specified application domain.
static
For(DependencyContext, DiagnosticSource) Func<IHostBuilder, IRocketHostBuilder>
Fors the specified dependency context.
static
For(IEnumerable<Assembly>, DiagnosticSource) Func<IHostBuilder, IRocketHostBuilder>
Fors the specified assemblies.
static
ForAppDomain(AppDomain, DiagnosticSource) Func<IHostBuilder, IRocketHostBuilder>
Fors the application domain.
static
ForAssemblies(IEnumerable<Assembly>, DiagnosticSource) Func<IHostBuilder, IRocketHostBuilder>
Fors the assemblies.
static
ForDependencyContext(DependencyContext, DiagnosticSource) Func<IHostBuilder, IRocketHostBuilder>
Fors the dependency context.
static