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. |
Description
Gets a short description of the plugin
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System. |
Name
Gets the name of the plugin
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System. |
Version
Gets the version of the plugin
Declaration
Version Version { get; }
Property Value
Type | Description |
---|---|
System. |