Table of Contents

Enum ModuleLifespan

Namespace
DisCatSharp.CommandsNext.Attributes
Assembly
DisCatSharp.CommandsNext.dll

Defines lifespan of a command module.

public enum ModuleLifespan

Fields

Singleton = 0

Defines that this module will be instantiated once.

Transient = 1

Defines that this module will be instantiated every time a containing command is called.