Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DeclarativeSecurityAction.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
public
enum
DeclarativeSecurityAction
:
short
4
{
5
None
= 0,
6
Demand
= 2,
7
Assert
= 3,
8
Deny
= 4,
9
PermitOnly
= 5,
10
LinkDemand
= 6,
11
InheritanceDemand
= 7,
12
RequestMinimum
= 8,
13
RequestOptional
= 9,
14
RequestRefuse
= 10
15
}
System.Reflection.DeclarativeSecurityAction
DeclarativeSecurityAction
Definition
DeclarativeSecurityAction.cs:4
System.Reflection.DeclarativeSecurityAction.Deny
@ Deny
System.Reflection.DeclarativeSecurityAction.RequestRefuse
@ RequestRefuse
System.Reflection.DeclarativeSecurityAction.LinkDemand
@ LinkDemand
System.Reflection.DeclarativeSecurityAction.InheritanceDemand
@ InheritanceDemand
System.Reflection.DeclarativeSecurityAction.Demand
@ Demand
System.Reflection.DeclarativeSecurityAction.RequestMinimum
@ RequestMinimum
System.Reflection.DeclarativeSecurityAction.Assert
@ Assert
System.Reflection.DeclarativeSecurityAction.PermitOnly
@ PermitOnly
System.Reflection.DeclarativeSecurityAction.RequestOptional
@ RequestOptional
System.Reflection.AssemblyNameFlags.None
@ None
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Reflection.Metadata
System.Reflection
DeclarativeSecurityAction.cs
Generated by
1.10.0