Table of Contents

Interface ICommandExecutor

Namespace
NanoByte.Common.Undo
Assembly
NanoByte.Common.dll

Executes IUndoCommands.

public interface ICommandExecutor
Extension Methods

Properties

Path

The path of the file the data structure being modified was loaded from. null if none.

string? Path { get; }

Property Value

string

Methods

Execute(IUndoCommand)

Executes an IUndoCommand and stores it for later undo-operations.

void Execute(IUndoCommand command)

Parameters

command IUndoCommand

The command to be executed.