Table of Contents

Class ReflectionDotNetPluginModuleLoader

Namespace
Cress.Execution
Assembly
Cress.Execution.dll
public sealed class ReflectionDotNetPluginModuleLoader : IDotNetPluginModuleLoader
Inheritance
ReflectionDotNetPluginModuleLoader
Implements
Inherited Members

Methods

LoadModules(string, string?)

public IReadOnlyList<ICressPluginModule> LoadModules(string projectRoot, string? pluginName)

Parameters

projectRoot string
pluginName string

Returns

IReadOnlyList<ICressPluginModule>