StackLineHandlerAttributeclass

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).

objectAttributeStackLineHandlerAttribute
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public sealed class Editor.StackLineHandlerAttribute : System.Attribute

Constructors1

Showing 1 constructors

Properties2

Showing 2 properties

On this page