2using System.Reflection;
11 private readonly
string s;
40 while (!(T is
null) && T.Attributes.HasFlag(TypeAttributes.NestedPrivate))
44 if (T.FullName +
"." + Frame.
Method.Name ==
this.s ||
Checks for approved sources in the call stack using a string.
override? bool Check(FrameInformation Frame)
Performs a check of a stack frame.
ApproveString(string String)
Checks for approved sources in the call stack using a string.
Abstract base class for call stack checks.