Plugin


Description:

public Plugin (string name, string? title, string? description = null, PluginCapabilities capabilities = NONE)

Create an instance of the plugin.

Parameters:

name

The non-human-readable name for the plugin, used in the Dcs configuration file.

title

An optional human-readable name provided by the plugin. If the title is empty then the name will be used.

description

An optional human-readable description service provided by the plugin.

capabilities

The functionality and services that the plugin provides.