Click or drag to resize

PluginGuidAttribute Class

返回用户文档首页
定义插件的唯一标识
Inheritance Hierarchy
SystemObject
  SystemAttribute
    LoongCAD.STC.Friendly.PluginsPluginGuidAttribute

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 PluginGuidAttribute : Attribute

The PluginGuidAttribute type exposes the following members.

Constructors
 NameDescription
Public methodPluginGuidAttribute(Guid)Initializes a new instance of the PluginGuidAttribute class
Public methodPluginGuidAttribute(String)Initializes a new instance of the PluginGuidAttribute class
Top
Properties
 NameDescription
Public propertyPluginGuid 插件Guid
Top
Remarks
如忽略此标识,则插件的Guid由自身名称和编号自动生成
See Also