Class CommandManager
Factory methods for ICommandManager<T>.
public static class CommandManager
- Inheritance
-
objectCommandManager
Methods
For<T>(T, string?)
Creates a new command manager.
public static ICommandManager<T> For<T>(T target, string? path = null) where T : class
Parameters
targetTThe object being edited.
pathstringThe path of the file the
targetwas loaded from.nullif none.
Returns
Type Parameters
T