Click or drag to resize
CustomPlugin Class
自定义插件
Inheritance Hierarchy

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

The CustomPlugin type exposes the following members.

Constructors
  NameDescription
Protected methodCustomPlugin
Initializes a new instance of the CustomPlugin class
Top
Methods
  NameDescription
Public methodCommand
ִ������
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInstall
��װ����
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRestart
��������
Public methodToString (Inherited from Object.)
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