Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MdSigCallingConvention.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
internal
enum
MdSigCallingConvention
:
byte
5
{
6
CallConvMask
= 0xF,
7
Default
= 0,
8
C
= 1,
9
StdCall
= 2,
10
ThisCall
= 3,
11
FastCall
= 4,
12
Vararg
= 5,
13
Field
= 6,
14
LocalSig
= 7,
15
Property
= 8,
16
Unmanaged
= 9,
17
GenericInst
= 0xA,
18
Generic = 0x10,
19
HasThis
= 0x20,
20
ExplicitThis
= 0x40
21
}
System.Reflection.CallingConventions.ExplicitThis
@ ExplicitThis
System.Reflection.CallingConventions.HasThis
@ HasThis
System.Reflection.MdSigCallingConvention
MdSigCallingConvention
Definition
MdSigCallingConvention.cs:5
System.Reflection.MdSigCallingConvention.FastCall
@ FastCall
System.Reflection.MdSigCallingConvention.C
@ C
System.Reflection.MdSigCallingConvention.StdCall
@ StdCall
System.Reflection.MdSigCallingConvention.Unmanaged
@ Unmanaged
System.Reflection.MdSigCallingConvention.CallConvMask
@ CallConvMask
System.Reflection.MdSigCallingConvention.GenericInst
@ GenericInst
System.Reflection.MdSigCallingConvention.LocalSig
@ LocalSig
System.Reflection.MdSigCallingConvention.ThisCall
@ ThisCall
System.Reflection.MdSigCallingConvention.Vararg
@ Vararg
System.Reflection.CustomAttributeEncoding.Property
@ Property
System.Reflection.CustomAttributeEncoding.Field
@ Field
System.Reflection.AssemblyContentType.Default
@ Default
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
MdSigCallingConvention.cs
Generated by
1.10.0