Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CallingConvention.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
public
enum
CallingConvention
4
{
5
Winapi
= 1,
6
Cdecl
,
7
StdCall
,
8
ThisCall
,
9
FastCall
10
}
System.Runtime.InteropServices.CallingConvention
CallingConvention
Definition
CallingConvention.cs:4
System.Runtime.InteropServices.CallingConvention.FastCall
@ FastCall
System.Runtime.InteropServices.CallingConvention.StdCall
@ StdCall
System.Runtime.InteropServices.CallingConvention.Winapi
@ Winapi
System.Runtime.InteropServices.CallingConvention.ThisCall
@ ThisCall
System.Runtime.InteropServices.CallingConvention.Cdecl
@ Cdecl
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
source
System.Private.CoreLib
System.Runtime.InteropServices
CallingConvention.cs
Generated by
1.10.0