Class ExtensionAttribute
- Namespace
- Xabbo
- Assembly
- Xabbo.Common.dll
Defines information about an extension.
[AttributeUsage(AttributeTargets.Class)]
public sealed class ExtensionAttribute : Attribute
- Inheritance
-
ExtensionAttribute
- Inherited Members
Properties
Author
Defines the author of the extension.
public string? Author { get; set; }
Property Value
Description
Defines the description of the extension.
public string? Description { get; set; }
Property Value
Name
Defines the title of the extension.
public string? Name { get; set; }
Property Value
Version
Defines the version of the extension.
public string? Version { get; set; }