Interface IPlugin

IPlugin interface

General plugin interface that defines common methods that concrete plugin should implement.

public interface IPlugin

Methods

NameDescription
Process(IPluginOptions)Charges a plugin to process with defined options

See Also