Interface IScriptShellFactory
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
ServiceViewModelThe script service view model.
Returns
- IScriptShell
A script shell.