API ReferenceEditor
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).
Constructors1
Showing 1 constructors
public StackLineHandlerAttribute(string regex)
| Parameter | Type | Description |
|---|---|---|
| regex | string | — |
No results match this filter.
Properties2
Showing 2 properties
public int Editor.StackLineHandlerAttribute.Order { get; set; }
Returns:
int—public string Editor.StackLineHandlerAttribute.Regex { get; set; }
Returns:
string—No results match this filter.