Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IStackWalk.cs
Go to the documentation of this file.
1
namespace
System.Security
;
2
3
[Obsolete(
"Code Access Security is not supported or honored by the runtime."
, DiagnosticId =
"SYSLIB0003"
, UrlFormat =
"https://aka.ms/dotnet-warnings/{0}"
)]
4
public
interface
IStackWalk
5
{
6
void
Assert
();
7
8
void
Demand
();
9
10
void
Deny
();
11
12
void
PermitOnly
();
13
}
System.Security.IStackWalk.Assert
void Assert()
System.Security.IStackWalk.PermitOnly
void PermitOnly()
System.Security.IStackWalk.Demand
void Demand()
System.Security.IStackWalk.Deny
void Deny()
System.Security.IStackWalk
Definition
IStackWalk.cs:5
System.Security
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
source
System.Private.CoreLib
System.Security
IStackWalk.cs
Generated by
1.10.0