Table of Contents

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

string

Description

Defines the description of the extension.

public string? Description { get; set; }

Property Value

string

Name

Defines the title of the extension.

public string? Name { get; set; }

Property Value

string

Version

Defines the version of the extension.

public string? Version { get; set; }

Property Value

string