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
ConsoleKey.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x02000129 RID: 297
6
public
enum
ConsoleKey
7
{
8
// Token: 0x04000430 RID: 1072
9
Backspace
= 8,
10
// Token: 0x04000431 RID: 1073
11
Tab
,
12
// Token: 0x04000432 RID: 1074
13
Clear
= 12,
14
// Token: 0x04000433 RID: 1075
15
Enter
,
16
// Token: 0x04000434 RID: 1076
17
Pause
= 19,
18
// Token: 0x04000435 RID: 1077
19
Escape
= 27,
20
// Token: 0x04000436 RID: 1078
21
Spacebar
= 32,
22
// Token: 0x04000437 RID: 1079
23
PageUp
,
24
// Token: 0x04000438 RID: 1080
25
PageDown
,
26
// Token: 0x04000439 RID: 1081
27
End
,
28
// Token: 0x0400043A RID: 1082
29
Home
,
30
// Token: 0x0400043B RID: 1083
31
LeftArrow
,
32
// Token: 0x0400043C RID: 1084
33
UpArrow
,
34
// Token: 0x0400043D RID: 1085
35
RightArrow
,
36
// Token: 0x0400043E RID: 1086
37
DownArrow
,
38
// Token: 0x0400043F RID: 1087
39
Select
,
40
// Token: 0x04000440 RID: 1088
41
Print
,
42
// Token: 0x04000441 RID: 1089
43
Execute
,
44
// Token: 0x04000442 RID: 1090
45
PrintScreen
,
46
// Token: 0x04000443 RID: 1091
47
Insert
,
48
// Token: 0x04000444 RID: 1092
49
Delete
,
50
// Token: 0x04000445 RID: 1093
51
Help
,
52
// Token: 0x04000446 RID: 1094
53
D0
,
54
// Token: 0x04000447 RID: 1095
55
D1
,
56
// Token: 0x04000448 RID: 1096
57
D2
,
58
// Token: 0x04000449 RID: 1097
59
D3
,
60
// Token: 0x0400044A RID: 1098
61
D4
,
62
// Token: 0x0400044B RID: 1099
63
D5
,
64
// Token: 0x0400044C RID: 1100
65
D6
,
66
// Token: 0x0400044D RID: 1101
67
D7
,
68
// Token: 0x0400044E RID: 1102
69
D8
,
70
// Token: 0x0400044F RID: 1103
71
D9
,
72
// Token: 0x04000450 RID: 1104
73
A
= 65,
74
// Token: 0x04000451 RID: 1105
75
B
,
76
// Token: 0x04000452 RID: 1106
77
C
,
78
// Token: 0x04000453 RID: 1107
79
D
,
80
// Token: 0x04000454 RID: 1108
81
E
,
82
// Token: 0x04000455 RID: 1109
83
F
,
84
// Token: 0x04000456 RID: 1110
85
G
,
86
// Token: 0x04000457 RID: 1111
87
H
,
88
// Token: 0x04000458 RID: 1112
89
I
,
90
// Token: 0x04000459 RID: 1113
91
J
,
92
// Token: 0x0400045A RID: 1114
93
K
,
94
// Token: 0x0400045B RID: 1115
95
L
,
96
// Token: 0x0400045C RID: 1116
97
M
,
98
// Token: 0x0400045D RID: 1117
99
N
,
100
// Token: 0x0400045E RID: 1118
101
O
,
102
// Token: 0x0400045F RID: 1119
103
P
,
104
// Token: 0x04000460 RID: 1120
105
Q
,
106
// Token: 0x04000461 RID: 1121
107
R
,
108
// Token: 0x04000462 RID: 1122
109
S
,
110
// Token: 0x04000463 RID: 1123
111
T
,
112
// Token: 0x04000464 RID: 1124
113
U
,
114
// Token: 0x04000465 RID: 1125
115
V
,
116
// Token: 0x04000466 RID: 1126
117
W
,
118
// Token: 0x04000467 RID: 1127
119
X
,
120
// Token: 0x04000468 RID: 1128
121
Y
,
122
// Token: 0x04000469 RID: 1129
123
Z
,
124
// Token: 0x0400046A RID: 1130
125
LeftWindows
,
126
// Token: 0x0400046B RID: 1131
127
RightWindows
,
128
// Token: 0x0400046C RID: 1132
129
Applications
,
130
// Token: 0x0400046D RID: 1133
131
Sleep
= 95,
132
// Token: 0x0400046E RID: 1134
133
NumPad0
,
134
// Token: 0x0400046F RID: 1135
135
NumPad1
,
136
// Token: 0x04000470 RID: 1136
137
NumPad2
,
138
// Token: 0x04000471 RID: 1137
139
NumPad3
,
140
// Token: 0x04000472 RID: 1138
141
NumPad4
,
142
// Token: 0x04000473 RID: 1139
143
NumPad5
,
144
// Token: 0x04000474 RID: 1140
145
NumPad6
,
146
// Token: 0x04000475 RID: 1141
147
NumPad7
,
148
// Token: 0x04000476 RID: 1142
149
NumPad8
,
150
// Token: 0x04000477 RID: 1143
151
NumPad9
,
152
// Token: 0x04000478 RID: 1144
153
Multiply
,
154
// Token: 0x04000479 RID: 1145
155
Add
,
156
// Token: 0x0400047A RID: 1146
157
Separator
,
158
// Token: 0x0400047B RID: 1147
159
Subtract
,
160
// Token: 0x0400047C RID: 1148
161
Decimal
,
162
// Token: 0x0400047D RID: 1149
163
Divide
,
164
// Token: 0x0400047E RID: 1150
165
F1
,
166
// Token: 0x0400047F RID: 1151
167
F2
,
168
// Token: 0x04000480 RID: 1152
169
F3
,
170
// Token: 0x04000481 RID: 1153
171
F4
,
172
// Token: 0x04000482 RID: 1154
173
F5
,
174
// Token: 0x04000483 RID: 1155
175
F6
,
176
// Token: 0x04000484 RID: 1156
177
F7
,
178
// Token: 0x04000485 RID: 1157
179
F8
,
180
// Token: 0x04000486 RID: 1158
181
F9
,
182
// Token: 0x04000487 RID: 1159
183
F10
,
184
// Token: 0x04000488 RID: 1160
185
F11
,
186
// Token: 0x04000489 RID: 1161
187
F12
,
188
// Token: 0x0400048A RID: 1162
189
F13
,
190
// Token: 0x0400048B RID: 1163
191
F14
,
192
// Token: 0x0400048C RID: 1164
193
F15
,
194
// Token: 0x0400048D RID: 1165
195
F16
,
196
// Token: 0x0400048E RID: 1166
197
F17
,
198
// Token: 0x0400048F RID: 1167
199
F18
,
200
// Token: 0x04000490 RID: 1168
201
F19
,
202
// Token: 0x04000491 RID: 1169
203
F20
,
204
// Token: 0x04000492 RID: 1170
205
F21
,
206
// Token: 0x04000493 RID: 1171
207
F22
,
208
// Token: 0x04000494 RID: 1172
209
F23
,
210
// Token: 0x04000495 RID: 1173
211
F24
,
212
// Token: 0x04000496 RID: 1174
213
BrowserBack
= 166,
214
// Token: 0x04000497 RID: 1175
215
BrowserForward
,
216
// Token: 0x04000498 RID: 1176
217
BrowserRefresh
,
218
// Token: 0x04000499 RID: 1177
219
BrowserStop
,
220
// Token: 0x0400049A RID: 1178
221
BrowserSearch
,
222
// Token: 0x0400049B RID: 1179
223
BrowserFavorites
,
224
// Token: 0x0400049C RID: 1180
225
BrowserHome
,
226
// Token: 0x0400049D RID: 1181
227
VolumeMute
,
228
// Token: 0x0400049E RID: 1182
229
VolumeDown
,
230
// Token: 0x0400049F RID: 1183
231
VolumeUp
,
232
// Token: 0x040004A0 RID: 1184
233
MediaNext
,
234
// Token: 0x040004A1 RID: 1185
235
MediaPrevious
,
236
// Token: 0x040004A2 RID: 1186
237
MediaStop
,
238
// Token: 0x040004A3 RID: 1187
239
MediaPlay
,
240
// Token: 0x040004A4 RID: 1188
241
LaunchMail
,
242
// Token: 0x040004A5 RID: 1189
243
LaunchMediaSelect
,
244
// Token: 0x040004A6 RID: 1190
245
LaunchApp1
,
246
// Token: 0x040004A7 RID: 1191
247
LaunchApp2
,
248
// Token: 0x040004A8 RID: 1192
249
Oem1
= 186,
250
// Token: 0x040004A9 RID: 1193
251
OemPlus
,
252
// Token: 0x040004AA RID: 1194
253
OemComma
,
254
// Token: 0x040004AB RID: 1195
255
OemMinus
,
256
// Token: 0x040004AC RID: 1196
257
OemPeriod
,
258
// Token: 0x040004AD RID: 1197
259
Oem2
,
260
// Token: 0x040004AE RID: 1198
261
Oem3
,
262
// Token: 0x040004AF RID: 1199
263
Oem4
= 219,
264
// Token: 0x040004B0 RID: 1200
265
Oem5
,
266
// Token: 0x040004B1 RID: 1201
267
Oem6
,
268
// Token: 0x040004B2 RID: 1202
269
Oem7
,
270
// Token: 0x040004B3 RID: 1203
271
Oem8
,
272
// Token: 0x040004B4 RID: 1204
273
Oem102
= 226,
274
// Token: 0x040004B5 RID: 1205
275
Process
= 229,
276
// Token: 0x040004B6 RID: 1206
277
Packet
= 231,
278
// Token: 0x040004B7 RID: 1207
279
Attention
= 246,
280
// Token: 0x040004B8 RID: 1208
281
CrSel
,
282
// Token: 0x040004B9 RID: 1209
283
ExSel
,
284
// Token: 0x040004BA RID: 1210
285
EraseEndOfFile
,
286
// Token: 0x040004BB RID: 1211
287
Play
,
288
// Token: 0x040004BC RID: 1212
289
Zoom
,
290
// Token: 0x040004BD RID: 1213
291
NoName
,
292
// Token: 0x040004BE RID: 1214
293
Pa1
,
294
// Token: 0x040004BF RID: 1215
295
OemClear
296
}
297
}
System.ConsoleKey
ConsoleKey
Definition
ConsoleKey.cs:7
System.ConsoleKey.Escape
@ Escape
System.ConsoleKey.LaunchApp1
@ LaunchApp1
System.ConsoleKey.X
@ X
System.ConsoleKey.RightArrow
@ RightArrow
System.ConsoleKey.NumPad5
@ NumPad5
System.ConsoleKey.LaunchMediaSelect
@ LaunchMediaSelect
System.ConsoleKey.Separator
@ Separator
System.ConsoleKey.DownArrow
@ DownArrow
System.ConsoleKey.UpArrow
@ UpArrow
System.ConsoleKey.Divide
@ Divide
System.ConsoleKey.C
@ C
System.ConsoleKey.NoName
@ NoName
System.ConsoleKey.D0
@ D0
System.ConsoleKey.Pause
@ Pause
System.ConsoleKey.MediaPlay
@ MediaPlay
System.ConsoleKey.Print
@ Print
System.ConsoleKey.Oem4
@ Oem4
System.ConsoleKey.LeftArrow
@ LeftArrow
System.ConsoleKey.Subtract
@ Subtract
System.ConsoleKey.Applications
@ Applications
System.ConsoleKey.F6
@ F6
System.ConsoleKey.Z
@ Z
System.ConsoleKey.Sleep
@ Sleep
System.ConsoleKey.F14
@ F14
System.ConsoleKey.D4
@ D4
System.ConsoleKey.RightWindows
@ RightWindows
System.ConsoleKey.Attention
@ Attention
System.ConsoleKey.OemPeriod
@ OemPeriod
System.ConsoleKey.NumPad7
@ NumPad7
System.ConsoleKey.NumPad1
@ NumPad1
System.ConsoleKey.Oem102
@ Oem102
System.ConsoleKey.OemComma
@ OemComma
System.ConsoleKey.Oem2
@ Oem2
System.ConsoleKey.LaunchMail
@ LaunchMail
System.ConsoleKey.F5
@ F5
System.ConsoleKey.Oem6
@ Oem6
System.ConsoleKey.E
@ E
System.ConsoleKey.OemPlus
@ OemPlus
System.ConsoleKey.BrowserBack
@ BrowserBack
System.ConsoleKey.Oem5
@ Oem5
System.ConsoleKey.Execute
@ Execute
System.ConsoleKey.Zoom
@ Zoom
System.ConsoleKey.P
@ P
System.ConsoleKey.F7
@ F7
System.ConsoleKey.F8
@ F8
System.ConsoleKey.D1
@ D1
System.ConsoleKey.F3
@ F3
System.ConsoleKey.U
@ U
System.ConsoleKey.MediaNext
@ MediaNext
System.ConsoleKey.MediaStop
@ MediaStop
System.ConsoleKey.V
@ V
System.ConsoleKey.F16
@ F16
System.ConsoleKey.Y
@ Y
System.ConsoleKey.Tab
@ Tab
System.ConsoleKey.S
@ S
System.ConsoleKey.Spacebar
@ Spacebar
System.ConsoleKey.W
@ W
System.ConsoleKey.NumPad2
@ NumPad2
System.ConsoleKey.F11
@ F11
System.ConsoleKey.NumPad4
@ NumPad4
System.ConsoleKey.M
@ M
System.ConsoleKey.Help
@ Help
System.ConsoleKey.NumPad0
@ NumPad0
System.ConsoleKey.Oem1
@ Oem1
System.ConsoleKey.Oem7
@ Oem7
System.ConsoleKey.NumPad6
@ NumPad6
System.ConsoleKey.Pa1
@ Pa1
System.ConsoleKey.F21
@ F21
System.ConsoleKey.Oem8
@ Oem8
System.ConsoleKey.F22
@ F22
System.ConsoleKey.A
@ A
System.ConsoleKey.F
@ F
System.ConsoleKey.F18
@ F18
System.ConsoleKey.End
@ End
System.ConsoleKey.F23
@ F23
System.ConsoleKey.F9
@ F9
System.ConsoleKey.Home
@ Home
System.ConsoleKey.N
@ N
System.ConsoleKey.BrowserRefresh
@ BrowserRefresh
System.ConsoleKey.VolumeDown
@ VolumeDown
System.ConsoleKey.Decimal
@ Decimal
System.ConsoleKey.D7
@ D7
System.ConsoleKey.CrSel
@ CrSel
System.ConsoleKey.F13
@ F13
System.ConsoleKey.VolumeMute
@ VolumeMute
System.ConsoleKey.PageUp
@ PageUp
System.ConsoleKey.ExSel
@ ExSel
System.ConsoleKey.B
@ B
System.ConsoleKey.Oem3
@ Oem3
System.ConsoleKey.D3
@ D3
System.ConsoleKey.Insert
@ Insert
System.ConsoleKey.LeftWindows
@ LeftWindows
System.ConsoleKey.K
@ K
System.ConsoleKey.D9
@ D9
System.ConsoleKey.OemClear
@ OemClear
System.ConsoleKey.D8
@ D8
System.ConsoleKey.EraseEndOfFile
@ EraseEndOfFile
System.ConsoleKey.F10
@ F10
System.ConsoleKey.BrowserHome
@ BrowserHome
System.ConsoleKey.Process
@ Process
System.ConsoleKey.OemMinus
@ OemMinus
System.ConsoleKey.T
@ T
System.ConsoleKey.NumPad9
@ NumPad9
System.ConsoleKey.PrintScreen
@ PrintScreen
System.ConsoleKey.H
@ H
System.ConsoleKey.D2
@ D2
System.ConsoleKey.BrowserSearch
@ BrowserSearch
System.ConsoleKey.F19
@ F19
System.ConsoleKey.Backspace
@ Backspace
System.ConsoleKey.BrowserStop
@ BrowserStop
System.ConsoleKey.L
@ L
System.ConsoleKey.LaunchApp2
@ LaunchApp2
System.ConsoleKey.Clear
@ Clear
System.ConsoleKey.I
@ I
System.ConsoleKey.Play
@ Play
System.ConsoleKey.G
@ G
System.ConsoleKey.BrowserForward
@ BrowserForward
System.ConsoleKey.Select
@ Select
System.ConsoleKey.D6
@ D6
System.ConsoleKey.F1
@ F1
System.ConsoleKey.R
@ R
System.ConsoleKey.Multiply
@ Multiply
System.ConsoleKey.NumPad8
@ NumPad8
System.ConsoleKey.F15
@ F15
System.ConsoleKey.F4
@ F4
System.ConsoleKey.F12
@ F12
System.ConsoleKey.D5
@ D5
System.ConsoleKey.F24
@ F24
System.ConsoleKey.Add
@ Add
System.ConsoleKey.NumPad3
@ NumPad3
System.ConsoleKey.PageDown
@ PageDown
System.ConsoleKey.Q
@ Q
System.ConsoleKey.Enter
@ Enter
System.ConsoleKey.O
@ O
System.ConsoleKey.Delete
@ Delete
System.ConsoleKey.Packet
@ Packet
System.ConsoleKey.VolumeUp
@ VolumeUp
System.ConsoleKey.D
@ D
System.ConsoleKey.MediaPrevious
@ MediaPrevious
System.ConsoleKey.F20
@ F20
System.ConsoleKey.F2
@ F2
System.ConsoleKey.BrowserFavorites
@ BrowserFavorites
System.ConsoleKey.J
@ J
System.ConsoleKey.F17
@ F17
System
Definition
__ComObject.cs:4
source
mscorlib
System
ConsoleKey.cs
Generated by
1.10.0