Table of Contents

Class ServiceCollectionExtensions

Namespace
Cress.Execution
Assembly
Cress.Execution.dll
public static class ServiceCollectionExtensions
Inheritance
ServiceCollectionExtensions
Inherited Members

Methods

AddCressRuntime(IServiceCollection)

public static IServiceCollection AddCressRuntime(this IServiceCollection services)

Parameters

services IServiceCollection

Returns

IServiceCollection

AddRuntimeDriver<TRuntimeDriver>(IServiceCollection)

public static IServiceCollection AddRuntimeDriver<TRuntimeDriver>(this IServiceCollection services) where TRuntimeDriver : class, IRuntimeDriver

Parameters

services IServiceCollection

Returns

IServiceCollection

Type Parameters

TRuntimeDriver