IPlugin class

IPlugin class

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

The IPlugin type exposes the following members:

Methods

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

See Also