Class CommandRestart
Inheritance
System.Object
CommandRestart
Assembly: OpenMod.Core.dll
Syntax
public class CommandRestart : Command, ICommand
Constructors
|
Improve this Doc
View Source
CommandRestart(IServiceProvider, IOpenModHost, ILogger<CommandRestart>)
Declaration
public CommandRestart(IServiceProvider serviceProvider, IOpenModHost host, ILogger<CommandRestart> logger)
Parameters
Methods
|
Improve this Doc
View Source
OnExecuteAsync()
Declaration
protected override Task OnExecuteAsync()
Returns
Overrides
Implements
Extension Methods