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
XTR_G2_MacNativeProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.NativeDeviceProfiles
4
{
5
// Token: 0x020001C2 RID: 450
6
[
Preserve
]
7
[
NativeInputDeviceProfile
]
8
public
class
XTR_G2_MacNativeProfile
:
InputDeviceProfile
9
{
10
// Token: 0x06000811 RID: 2065 RVA: 0x00024AF8 File Offset: 0x00022CF8
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"KMODEL Simulator XTR G2 FMS Controller"
;
15
this.deviceClass
=
InputDeviceClass
.Controller;
16
this.deviceNotes
=
"KMODEL Simulator XTR G2 FMS Controller on OS X"
;
17
if
(
"OS X"
==
null
||
"OS X"
!=
null
)
18
{
19
return
;
20
}
21
throw
new
ArrayTypeMismatchException
();
22
}
23
24
// Token: 0x06000812 RID: 2066 RVA: 0x00024B3C File Offset: 0x00022D3C
25
public
XTR_G2_MacNativeProfile
()
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.XTR_G2_MacNativeProfile.XTR_G2_MacNativeProfile
XTR_G2_MacNativeProfile()
Definition
XTR_G2_MacNativeProfile.cs:25
InControl.NativeDeviceProfiles.XTR_G2_MacNativeProfile.Define
override void Define()
Definition
XTR_G2_MacNativeProfile.cs:11
InControl.NativeDeviceProfiles.XTR_G2_MacNativeProfile
Definition
XTR_G2_MacNativeProfile.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
XTR_G2_MacNativeProfile.cs
Generated by
1.10.0