Click or drag to resize

PluginAttribute Class

返回用户文档首页
定义插件名称
Inheritance Hierarchy
SystemObject
  SystemAttribute
    LoongCAD.STC.Friendly.PluginsPluginAttribute

Namespace: LoongCAD.STC.Friendly.Plugins
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public sealed class PluginAttribute : Attribute

The PluginAttribute type exposes the following members.

Constructors
 NameDescription
Public methodPluginAttributeInitializes a new instance of the PluginAttribute class
Top
Properties
 NameDescription
Public propertyPluginName 插件名称
Top
Remarks
每个插件类必须定义一个唯一的插件名称
See Also