terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
CharSet.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.InteropServices
4
{
5
// Token: 0x0200042D RID: 1069
6
public
enum
CharSet
7
{
8
// Token: 0x040011EC RID: 4588
9
None
= 1,
10
// Token: 0x040011ED RID: 4589
11
Ansi
,
12
// Token: 0x040011EE RID: 4590
13
Unicode
,
14
// Token: 0x040011EF RID: 4591
15
Auto
16
}
17
}
System.Runtime.InteropServices.CharSet
CharSet
Definition
CharSet.cs:7
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
_Activator.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
InteropServices
CharSet.cs
Generated by
1.10.0