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
CodePageDataItem.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Globalization
4
{
5
// Token: 0x020005BA RID: 1466
6
[
Serializable
]
7
internal
class
CodePageDataItem
8
{
9
// Token: 0x06002CCC RID: 11468 RVA: 0x00062A5C File Offset: 0x00060C5C
10
internal
CodePageDataItem
(
int
dataIndex
)
11
{
12
int
num = 1;
13
base
..ctor();
14
this.m_dataIndex
=
dataIndex
;
15
if
(num == 0)
16
{
17
}
18
this.m_flags
= (uint)num;
19
}
20
21
// Token: 0x06002CCD RID: 11469 RVA: 0x00062A84 File Offset: 0x00060C84
22
internal
static
string
CreateString
(
string
pStrings
, uint
index
)
23
{
24
if
(!
true
)
25
{
26
}
27
string
[]
array
;
28
return
array
;
29
}
30
31
// Token: 0x170006BF RID: 1727
32
// (get) Token: 0x06002CCE RID: 11470 RVA: 0x00062A9C File Offset: 0x00060C9C
33
public
string
WebName
34
{
35
get
36
{
37
int
num = 1;
38
string
text
;
39
if
(this.
m_webName
==
null
)
40
{
41
if
(num == 0)
42
{
43
}
44
this.m_webName
=
text
;
45
}
46
return
text
;
47
}
48
}
49
50
// Token: 0x06002CCF RID: 11471 RVA: 0x00062AC0 File Offset: 0x00060CC0
51
// Note: this type is marked as 'beforefieldinit'.
52
static
CodePageDataItem
()
53
{
54
}
55
56
// Token: 0x040018E9 RID: 6377
57
internal
int
m_dataIndex
;
58
59
// Token: 0x040018EA RID: 6378
60
internal
int
m_uiFamilyCodePage
;
61
62
// Token: 0x040018EB RID: 6379
63
internal
string
m_webName
;
64
65
// Token: 0x040018EC RID: 6380
66
internal
uint
m_flags
;
67
68
// Token: 0x040018ED RID: 6381
69
private
static
readonly
char
[]
sep
;
70
}
71
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Globalization.CodePageDataItem.sep
static readonly char[] sep
Definition
CodePageDataItem.cs:69
System.Globalization.CodePageDataItem.m_uiFamilyCodePage
int m_uiFamilyCodePage
Definition
CodePageDataItem.cs:60
System.Globalization.CodePageDataItem.m_dataIndex
int m_dataIndex
Definition
CodePageDataItem.cs:57
System.Globalization.CodePageDataItem.m_webName
string m_webName
Definition
CodePageDataItem.cs:63
System.Globalization.CodePageDataItem.CodePageDataItem
static CodePageDataItem()
Definition
CodePageDataItem.cs:52
System.Globalization.CodePageDataItem.m_flags
uint m_flags
Definition
CodePageDataItem.cs:66
System.Globalization.CodePageDataItem.CreateString
static string CreateString(string pStrings, uint index)
Definition
CodePageDataItem.cs:22
System.Globalization.CodePageDataItem.WebName
string WebName
Definition
CodePageDataItem.cs:34
System.Globalization.CodePageDataItem.CodePageDataItem
CodePageDataItem(int dataIndex)
Definition
CodePageDataItem.cs:10
System.Globalization.CodePageDataItem
Definition
CodePageDataItem.cs:8
System.Globalization
Definition
Bootstring.cs:5
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.ExceptionArgument.text
@ text
System.ExceptionArgument.index
@ index
System.ExceptionArgument.array
@ array
System
Definition
__ComObject.cs:4
source
mscorlib
System
Globalization
CodePageDataItem.cs
Generated by
1.10.0