Table of Contents

Interface IDotNetPluginModuleLoader

Namespace
Cress.Execution
Assembly
Cress.Execution.dll
public interface IDotNetPluginModuleLoader

Methods

LoadModules(string, string?)

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

Parameters

projectRoot string
pluginName string

Returns

IReadOnlyList<ICressPluginModule>