Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CallStackCheck.cs
1
using
System.Diagnostics;
2
3
namespace
Waher.Security.CallStack
4
{
8
public
abstract
class
CallStackCheck
:
ICallStackCheck
9
{
13
public
CallStackCheck
()
14
{
15
}
16
26
public
abstract
bool
?
Check
(
FrameInformation
Frame);
27
}
28
}
Waher.Security.CallStack.CallStackCheck
Abstract base class for call stack checks.
Definition:
CallStackCheck.cs:9
Waher.Security.CallStack.CallStackCheck.Check
abstract ? bool Check(FrameInformation Frame)
Performs a check of a stack frame.
Waher.Security.CallStack.CallStackCheck.CallStackCheck
CallStackCheck()
Abstract base class for call stack checks.
Definition:
CallStackCheck.cs:13
Waher.Security.CallStack.FrameInformation
Contains information about a specific frame in a call stack.
Definition:
FrameInformation.cs:11
Waher.Security.CallStack.ICallStackCheck
Interface for call stack checks.
Definition:
ICallStackCheck.cs:9
Waher.Security.CallStack
Definition:
ApproveAssembly.cs:4
IoTGateway
Security
Waher.Security.CallStack
CallStackCheck.cs
Generated by
1.9.5