Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICallStackCheck.cs
1using System.Diagnostics;
2
4{
8 public interface ICallStackCheck
9 {
19 bool? Check(FrameInformation Frame);
20 }
21}
Contains information about a specific frame in a call stack.
Interface for call stack checks.
bool? Check(FrameInformation Frame)
Performs a check of a stack frame.