Click or drag to resize
EmptyPlugin Class
空插件
Inheritance Hierarchy

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

The EmptyPlugin type exposes the following members.

Constructors
  NameDescription
Public methodEmptyPlugin
Initializes a new instance of the EmptyPlugin class
Top
Methods
  NameDescription
Public methodCommand
ִ������
(Inherited from CustomPlugin.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInstall
��װ����
(Inherited from CustomPlugin.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRestart
��������
(Inherited from CustomPlugin.)
Public methodToString (Inherited from Object.)
Public methodUninstall
ж�ز���
(Inherited from CustomPlugin.)
Top
Properties
  NameDescription
Public propertyAuthor
����
(Inherited from CustomPlugin.)
Public propertyCopyright
��Ȩ
(Inherited from CustomPlugin.)
Public propertyDescription
������Ϣ
(Inherited from CustomPlugin.)
Public propertyId
标识
(Inherited from CustomPlugin.)
Public propertyName
����
(Inherited from CustomPlugin.)
Public propertyStatus
״̬, 0 δ����, 1 �Ѽ���.
(Inherited from CustomPlugin.)
Public propertySupportMenu
菜单支持: 0 不支持 | 1 支持
(Inherited from CustomPlugin.)
Public propertyThumbnailUrl
����ͼ
(Inherited from CustomPlugin.)
Public propertyUrl
������ȡ��ַ
(Inherited from CustomPlugin.)
Public propertyVersion
�汾
(Inherited from CustomPlugin.)
Top
See Also