Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IStackWalk.cs
Go to the documentation of this file.
1namespace 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}")]
4public interface IStackWalk
5{
6 void Assert();
7
8 void Demand();
9
10 void Deny();
11
12 void PermitOnly();
13}