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
DateTimeConstantAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
using
Cpp2ILInjected.CallAnalysis
;
4
5
namespace
System.Runtime.CompilerServices
6
{
7
[global::System.AttributeUsage(global::System.
AttributeTargets
.Field | global::System.AttributeTargets.Parameter, Inherited =
false
)]
8
[global::Cpp2ILInjected.Token(Token =
"0x200046D"
)]
9
[global::System.Serializable]
10
public
sealed
class
DateTimeConstantAttribute
:
CustomConstantAttribute
11
{
12
[global::Cpp2ILInjected.Token(Token =
"0x17000466"
)]
13
public
override
object
Value
14
{
15
[global::Cpp2ILInjected.Token(Token =
"0x600220A"
)]
16
[global::Cpp2ILInjected.Address(RVA =
"0x1B73318"
, Offset =
"0x1B73318"
, Length =
"0x5C"
)]
17
[global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18
[global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
19
get
20
{
21
throw
null
;
22
}
23
}
24
25
[global::Cpp2ILInjected.Token(Token =
"0x40012AE"
)]
26
[global::Cpp2ILInjected.FieldOffset(Offset =
"0x10"
)]
27
private
global::System.DateTime
_date
;
28
}
29
}
System.Runtime.CompilerServices.CustomConstantAttribute
Definition
CustomConstantAttribute.cs:11
System.Runtime.CompilerServices.DateTimeConstantAttribute._date
global::System.DateTime _date
Definition
DateTimeConstantAttribute.cs:27
System.Runtime.CompilerServices.DateTimeConstantAttribute.Value
override object Value
Definition
DateTimeConstantAttribute.cs:14
System.Runtime.CompilerServices.DateTimeConstantAttribute
Definition
DateTimeConstantAttribute.cs:11
Cpp2ILInjected.CallAnalysis
Definition
CallAnalysisNotSupportedAttribute.cs:4
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:6
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:9
System
Definition
__Il2CppComDelegate.cs:6
source
mscorlib
System
Runtime
CompilerServices
DateTimeConstantAttribute.cs
Generated by
1.10.0