Home
last modified time | relevance | path

Searched refs:CsharpExecutor (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DIncludeFileCommand.cs50 result = CsharpExecutor(path, writer); in Run()
65 private readonly Func<string, ICommandInteraction, bool> CsharpExecutor; field in Antmicro.Renode.UserInterface.Commands.IncludeFileCommand
71 this.CsharpExecutor = csharpExecutor; in IncludeFileCommand()