Class MethodCommandWrapper
Inheritance
System.Object
MethodCommandWrapper
Implements
Namespace: OpenMod.Core.Commands
Assembly: OpenMod.Core.dll
Syntax
public class MethodCommandWrapper : object, ICommand
Constructors
| Improve this Doc View SourceMethodCommandWrapper(MethodInfo, IServiceProvider)
Declaration
public MethodCommandWrapper(MethodInfo methodInfo, IServiceProvider serviceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| MethodInfo | methodInfo | |
| IServiceProvider | serviceProvider |
Methods
| Improve this Doc View SourceExecuteAsync()
Declaration
public Task ExecuteAsync()
Returns
| Type | Description |
|---|---|
| Task |