Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CharSet.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
public
enum
CharSet
4
{
5
None
= 1,
6
Ansi
,
7
Unicode
,
8
Auto
9
}
System.Runtime.InteropServices.CharSet
CharSet
Definition
CharSet.cs:4
System.Runtime.InteropServices.CharSet.Auto
@ Auto
System.Runtime.InteropServices.CharSet.Ansi
@ Ansi
System.Runtime.InteropServices.CharSet.None
@ None
System.Runtime.InteropServices.CharSet.Unicode
@ Unicode
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
source
System.Private.CoreLib
System.Runtime.InteropServices
CharSet.cs
Generated by
1.10.0