Table of Contents

Interface IScriptShellFactory

Namespace
Loehnert.Lisrt.Scripting.Shell
Assembly
Loehnert.Lisrt.Scripting.dll

Interface for a script shell factory.

public interface IScriptShellFactory

Methods

GetShell(ServiceViewModel)

Gets a script shell for the script module.

IScriptShell GetShell(ServiceViewModel serviceViewModel)

Parameters

serviceViewModel ServiceViewModel

The script service view model.

Returns

IScriptShell

A script shell.