Click or drag to resize
ICustomPlugin Interface
自定义插件接口

Namespace: X3Platform.Plugins
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public interface ICustomPlugin

The ICustomPlugin type exposes the following members.

Methods
  NameDescription
Public methodCommand
执行命令
Public methodInstall
安装插件
Public methodRestart
重启插件
Public methodUninstall
卸载插件
Top
Properties
  NameDescription
Public propertyAuthor
作者
Public propertyCopyright
版权
Public propertyDescription
描述信息
Public propertyId
标识
Public propertyName
名称
Public propertyStatus
状态: 0 关闭 | 1 开启
Public propertySupportMenu
菜单支持: 0 不支持 | 1 支持
Public propertyThumbnailUrl
缩略图
Public propertyUrl
插件获取地址
Public propertyVersion
版本
Top
See Also