Interface IPlugin

IPlugin interface

The general plugin interface.

public interface IPlugin

Methods

NameDescription
Process(IPluginOptions)Runs plugin execution with defined options.

See Also