Class Command
Inheritance
System.Object
Command
Assembly: OpenMod.Core.dll
Syntax
public abstract class Command : CommandBase, ICommand
Constructors
|
Improve this Doc
View Source
Command(IServiceProvider)
Declaration
protected Command(IServiceProvider serviceProvider)
Parameters
Type |
Name |
Description |
IServiceProvider |
serviceProvider |
|
Methods
|
Improve this Doc
View Source
ExecuteAsync()
Declaration
public override sealed Task ExecuteAsync()
Returns
Overrides
|
Improve this Doc
View Source
OnExecuteAsync()
Declaration
protected abstract Task OnExecuteAsync()
Returns
Implements
Extension Methods