Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AllowReversePInvokeCallsAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[Obsolete(
"Code Access Security is not supported or honored by the runtime."
, DiagnosticId =
"SYSLIB0003"
, UrlFormat =
"https://aka.ms/dotnet-warnings/{0}"
)]
4
[AttributeUsage(
AttributeTargets
.Method, AllowMultiple =
false
, Inherited =
false
)]
5
public
sealed
class
AllowReversePInvokeCallsAttribute
:
Attribute
6
{
7
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.AllowReversePInvokeCallsAttribute
Definition
AllowReversePInvokeCallsAttribute.cs:6
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices
AllowReversePInvokeCallsAttribute.cs
Generated by
1.10.0