Api Editor StackLineHandlerAttribute
class

StackLineHandlerAttribute

public sealed class StackLineHandlerAttribute : Attribute

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

Constructors

StackLineHandlerAttribute(String regex)

Properties

Name Type Description
Regex String
Order Int32
Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.StackLineHandlerAttribute