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

Class CommandOpenModInstall

Inheritance
System.Object
CommandBase
Command
CommandOpenModInstall
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 CommandOpenModInstall : Command, ICommand

Constructors

| Improve this Doc View Source

CommandOpenModInstall(IOpenModStringLocalizer, IServiceProvider, IConfiguration, NuGetPluginAssembliesSource)

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

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)