Click or drag to resize

PluginDebugAttribute Class

返回用户文档首页
插件调试标签
Inheritance Hierarchy
SystemObject
  SystemAttribute
    LoongCAD.STC.Friendly.PluginsPluginDebugAttribute

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

The PluginDebugAttribute type exposes the following members.

Constructors
 NameDescription
Public methodPluginDebugAttributeInitializes a new instance of the PluginDebugAttribute class
Top
Remarks
调试状态的插件将抛出更多错误异常,插件正式发布时不应携带此标签
See Also