• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Interface IPlugin

The common interface between all plugins.

Inherited Members
System.IDisposable.Dispose()
Namespace: Snowflake.Extensibility
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IPlugin : IDisposable

Properties

Author

Gets the author of the plugin.

Declaration
string Author { get; }
Property Value
Type Description
System.String

Description

Gets a short description of the plugin

Declaration
string Description { get; }
Property Value
Type Description
System.String

Name

Gets the name of the plugin

Declaration
string Name { get; }
Property Value
Type Description
System.String

Version

Gets the version of the plugin

Declaration
Version Version { get; }
Property Value
Type Description
System.Version
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.