terraria-cpp2il
v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
OptionalTypeHasNoValueException.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
using
Cpp2ILInjected.CallAnalysis
;
4
5
namespace
InControl
6
{
7
[global::Cpp2ILInjected.Token(Token =
"0x2000063"
)]
8
public
class
OptionalTypeHasNoValueException
:
SystemException
9
{
10
[global::Cpp2ILInjected.Token(Token =
"0x6000468"
)]
11
[global::Cpp2ILInjected.Address(RVA =
"0x19B5A64"
, Offset =
"0x19B5A64"
, Length =
"0x8"
)]
12
[global::Cpp2ILInjected.CallAnalysis.CalledBy(
Type
=
typeof
(
OptionalFloat
), Member =
"get_Value"
, ReturnType =
typeof
(
float
))]
13
[global::Cpp2ILInjected.CallAnalysis.CalledBy(
Type
=
typeof
(
OptionalInputDeviceDriverType
), Member =
"get_Value"
, ReturnType =
typeof
(
InputDeviceDriverType
))]
14
[global::Cpp2ILInjected.CallAnalysis.CalledBy(
Type
=
typeof
(
OptionalInputDeviceTransportType
), Member =
"get_Value"
, ReturnType =
typeof
(
InputDeviceTransportType
))]
15
[global::Cpp2ILInjected.CallAnalysis.CalledBy(
Type
=
typeof
(
OptionalInt16
), Member =
"get_Value"
, ReturnType =
typeof
(
short
))]
16
[global::Cpp2ILInjected.CallAnalysis.CalledBy(
Type
=
typeof
(
OptionalInt32
), Member =
"get_Value"
, ReturnType =
typeof
(
int
))]
17
[global::Cpp2ILInjected.CallAnalysis.CalledBy(
Type
=
typeof
(
OptionalUInt16
), Member =
"get_Value"
, ReturnType =
typeof
(ushort))]
18
[global::Cpp2ILInjected.CallAnalysis.CalledBy(
Type
=
typeof
(
OptionalUInt32
), Member =
"get_Value"
, ReturnType =
typeof
(uint))]
19
[global::Cpp2ILInjected.CallAnalysis.CallerCount(
Count
= 7)]
20
[global::Cpp2ILInjected.CallAnalysis.Calls(
Type
=
typeof
(
SystemException
), Member =
".ctor"
, MemberParameters =
new
object
[] {
typeof
(
string
) }, ReturnType =
typeof
(
void
))]
21
public
OptionalTypeHasNoValueException
(
string
message)
22
{
23
throw
null
;
24
}
25
}
26
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
InControl.OptionalTypeHasNoValueException.OptionalTypeHasNoValueException
OptionalTypeHasNoValueException(string message)
Definition
OptionalTypeHasNoValueException.cs:21
InControl.OptionalTypeHasNoValueException
Definition
OptionalTypeHasNoValueException.cs:9
System.SystemException
Definition
SystemException.cs:24
System.Type
Definition
Type.cs:43
Cpp2ILInjected.CallAnalysis
Definition
CallAnalysisNotSupportedAttribute.cs:4
Cpp2ILInjected
Definition
AddressAttribute.cs:4
InControl.InputDeviceDriverType
InputDeviceDriverType
Definition
InputDeviceDriverType.cs:9
InControl.InputDeviceTransportType
InputDeviceTransportType
Definition
InputDeviceTransportType.cs:8
InControl.InputControlType.Count
@ Count
InControl
Definition
BindingListenOptions.cs:6
System
Definition
__Il2CppComDelegate.cs:6
InControl.OptionalFloat
Definition
OptionalFloat.cs:12
InControl.OptionalInputDeviceDriverType
Definition
OptionalInputDeviceDriverType.cs:12
InControl.OptionalInputDeviceTransportType
Definition
OptionalInputDeviceTransportType.cs:11
InControl.OptionalInt16
Definition
OptionalInt16.cs:12
InControl.OptionalInt32
Definition
OptionalInt32.cs:12
InControl.OptionalUInt16
Definition
OptionalUInt16.cs:13
InControl.OptionalUInt32
Definition
OptionalUInt32.cs:13
source
InControl
OptionalTypeHasNoValueException.cs
Generated by
1.10.0