s&box docs

public sealed class Editor.StackLineHandlerAttribute : System.Attribute

Marks a method as a custom handler for stack trace lines matching a certain pattern. The method must take in a `System.Text.RegularExpressions.Match` parameter, and return a `Editor.StackRow` (or null).

Constructors

Showing 1 constructors

Properties

Showing 2 properties

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.StackLineHandlerAttribute

On this page