Interface ICommandHistoryProvider
Interface for an object that can provide a command history collection to the InteractiveShell shell interpreter.
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
public interface ICommandHistoryProvider
Methods
GetHistoryCollection()
Gets or creates an instance of IHistoryCollection.
Declaration
Task<IHistoryCollection?> GetHistoryCollection()
Returns
Type | Description |
---|---|
Task<IHistoryCollection> | The history collection. |