Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UnmanagedCallersOnlyAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Method, Inherited =
false
)]
4
public
sealed
class
UnmanagedCallersOnlyAttribute
:
Attribute
5
{
6
public
Type
[]?
CallConvs
;
7
8
public
string
?
EntryPoint
;
9
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute.EntryPoint
string? EntryPoint
Definition
UnmanagedCallersOnlyAttribute.cs:8
System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute.CallConvs
Type?[] CallConvs
Definition
UnmanagedCallersOnlyAttribute.cs:6
System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute
Definition
UnmanagedCallersOnlyAttribute.cs:5
System.Type
Definition
Type.cs:14
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices
UnmanagedCallersOnlyAttribute.cs
Generated by
1.10.0