OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class CommandOpenModRemove

Inheritance
System.Object
CommandBase
Command
CommandOpenModRemove
Implements
ICommand
Inherited Members
Command.ExecuteAsync()
CommandBase.Context
CommandBase.PrintAsync(String)
CommandBase.PrintAsync(String, Color)
CommandBase.CheckPermissionAsync(String)
Namespace: OpenMod.Core.Commands.OpenModCommands
Assembly: OpenMod.Core.dll
Syntax
public class CommandOpenModRemove : Command, ICommand

Constructors

| Improve this Doc View Source

CommandOpenModRemove(IOpenModStringLocalizer, IConfiguration, IServiceProvider, NuGetPluginAssembliesSource)

Declaration
public CommandOpenModRemove(IOpenModStringLocalizer stringLocalizer, IConfiguration configuration, IServiceProvider serviceProvider, NuGetPluginAssembliesSource nuGetPlugis)
Parameters
Type Name Description
IOpenModStringLocalizer stringLocalizer
IConfiguration configuration
IServiceProvider serviceProvider
NuGetPluginAssembliesSource nuGetPlugis

Methods

| Improve this Doc View Source

OnExecuteAsync()

Declaration
protected override Task OnExecuteAsync()
Returns
Type Description
Task
Overrides
Command.OnExecuteAsync()

Implements

ICommand

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)