Interface IPlugin

IPlugin 接口

定义具体插件应实现的通用方法的通用插件接口。

public interface IPlugin

方法

名称描述
Process(IPluginOptions)负责使用定义的选项处理插件

另见