Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UnmanagedCallConvAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Method, AllowMultiple =
false
, Inherited =
false
)]
4
public
sealed
class
UnmanagedCallConvAttribute
:
Attribute
5
{
6
public
Type
[]?
CallConvs
;
7
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.UnmanagedCallConvAttribute.CallConvs
Type?[] CallConvs
Definition
UnmanagedCallConvAttribute.cs:6
System.Runtime.InteropServices.UnmanagedCallConvAttribute
Definition
UnmanagedCallConvAttribute.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
UnmanagedCallConvAttribute.cs
Generated by
1.10.0