Class TransientCommandModule
- Namespace
- DisCatSharp.CommandsNext.Entities
- Assembly
- DisCatSharp.CommandsNext.dll
Represents a transient command module. This type of module is reinstantiated on every command call.
public class TransientCommandModule : ICommandModule
- Inheritance
-
TransientCommandModule
- Implements
- Inherited Members
Properties
- ModuleType
Gets the type of this module.
Methods
- GetInstance(IServiceProvider)
Creates a new instance of this module.