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
MonitoringDescriptionAttribute.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Diagnostics
7{
9 [global::Cpp2ILInjected.Token(Token = "0x20000E0")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600052E")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1ECC2D0", Offset = "0x1ECC2D0", Length = "0x68")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DescriptionAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
17 public MonitoringDescriptionAttribute(string description)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x170000FE")]
23 public override string Description
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x600052F")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1ECC338", Offset = "0x1ECC338", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DescriptionAttribute), Member = "get_Description", ReturnType = typeof(string))]
29 get
30 {
31 throw null;
32 }
33 }
34 }
35}
class f__AnonymousType0<< Count > j__TPar