2using System.Reflection;
3using System.Text.RegularExpressions;
12 private readonly Regex regex;
41 while (!(T is
null) && T.Attributes.HasFlag(TypeAttributes.NestedPrivate))
Checks for approved sources in the call stack using a regular expression.
Abstract base class for call stack checks.
Checks for prohibited sources in the call stack using a regular expression.
override? bool Check(FrameInformation Frame)
Performs a check of a stack frame.
ProhibitRegex(Regex Regex)
Checks for prohibited sources in the call stack using a regular expression.