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
XTR55_G2_WindowsNativeProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.NativeDeviceProfiles
4
{
5
// Token: 0x020001E8 RID: 488
6
[
NativeInputDeviceProfile
]
7
[
Preserve
]
8
public
class
XTR55_G2_WindowsNativeProfile
:
InputDeviceProfile
9
{
10
// Token: 0x0600085D RID: 2141 RVA: 0x000276DC File Offset: 0x000258DC
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"SAILI Simulator XTR5.5 G2 FMS Controller"
;
15
this.deviceClass
=
InputDeviceClass
.Controller;
16
this.deviceNotes
=
"SAILI Simulator XTR5.5 G2 FMS Controller on Windows"
;
17
if
(
"Windows"
==
null
||
"Windows"
!=
null
)
18
{
19
return
;
20
}
21
throw
new
ArrayTypeMismatchException
();
22
}
23
24
// Token: 0x0600085E RID: 2142 RVA: 0x00027720 File Offset: 0x00025920
25
public
XTR55_G2_WindowsNativeProfile
()
26
{
27
if
(!
true
)
28
{
29
}
30
base
..ctor();
31
}
32
}
33
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.InputDeviceProfile
Definition
InputDeviceProfile.cs:13
InControl.NativeDeviceProfiles.XTR55_G2_WindowsNativeProfile.XTR55_G2_WindowsNativeProfile
XTR55_G2_WindowsNativeProfile()
Definition
XTR55_G2_WindowsNativeProfile.cs:25
InControl.NativeDeviceProfiles.XTR55_G2_WindowsNativeProfile.Define
override void Define()
Definition
XTR55_G2_WindowsNativeProfile.cs:11
InControl.NativeDeviceProfiles.XTR55_G2_WindowsNativeProfile
Definition
XTR55_G2_WindowsNativeProfile.cs:9
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
InControl.NativeDeviceProfiles
Definition
AfterglowXbox360WindowsNativeProfile.cs:4
InControl.InputDeviceClass
InputDeviceClass
Definition
InputDeviceClass.cs:7
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
InControl
NativeDeviceProfiles
XTR55_G2_WindowsNativeProfile.cs
Generated by
1.10.0