Skip to main content

Class DontAutoLoadAttribute

Prevents the marked module from being loaded automatically.

Assembly: Discord.Net.Commands.dll​
View Source​
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class DontAutoLoadAttribute : Attribute, _Attribute

Implements​

  • System.Runtime.InteropServices._Attribute