Skip to content

Class HostServiceBindingExtensions

Namespace: DotBoxD.Hosting.Execution
Assembly: DotBoxD.Plugins.dll

public static class HostServiceBindingExtensions

objectHostServiceBindingExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

AddBindingsFrom<TService>(SandboxHostBuilder, TService)

Section titled “ AddBindingsFrom<TService>(SandboxHostBuilder, TService)”
public static SandboxHostBuilder AddBindingsFrom<TService>(this SandboxHostBuilder builder, TService implementation) where TService : class

builder SandboxHostBuilder

implementation TService

SandboxHostBuilder

TService