Table of Contents

Class SingletonCommandModule

Namespace
DisCatSharp.CommandsNext.Entities
Assembly
DisCatSharp.CommandsNext.dll

Represents a singleton command module. This type of module is instantiated only when created.

public class SingletonCommandModule : ICommandModule
Inheritance
SingletonCommandModule
Implements
Inherited Members

Properties

Instance

Gets this module's instance.

ModuleType

Gets the type of this module.

Methods

GetInstance(IServiceProvider)

Returns the instance of this module.