API ReferenceEditor
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
public StackLineHandlerAttribute(string regex)
No results match this filter.
Properties
Showing 2 properties
public int Editor.StackLineHandlerAttribute.Order { get; set; }
public string Editor.StackLineHandlerAttribute.Regex { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.StackLineHandlerAttribute |