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
ObsoleteAttribute.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 [global::System.AttributeUsage(global::System.AttributeTargets.Class | global::System.AttributeTargets.Struct | global::System.AttributeTargets.Enum | global::System.AttributeTargets.Constructor | global::System.AttributeTargets.Method | global::System.AttributeTargets.Property | global::System.AttributeTargets.Field | global::System.AttributeTargets.Event | global::System.AttributeTargets.Interface | global::System.AttributeTargets.Delegate, Inherited = false)]
8 [global::Cpp2ILInjected.Token(Token = "0x20000E9")]
9 [global::System.Serializable]
10 public sealed class ObsoleteAttribute : global::System.Attribute
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60008BF")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C44004", Offset = "0x1C44004", Length = "0x20")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x60008C0")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1C44024", Offset = "0x1C44024", Length = "0x2C")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
25 public ObsoleteAttribute(string message)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x60008C1")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1C44050", Offset = "0x1C44050", Length = "0x30")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
34 public ObsoleteAttribute(string message, bool error)
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x17000099")]
40 public string Message
41 {
42 [global::Cpp2ILInjected.Token(Token = "0x60008C2")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1C44080", Offset = "0x1C44080", Length = "0x8")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 get
46 {
47 throw null;
48 }
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x400037F")]
52 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
53 private string _message;
54
55 [global::Cpp2ILInjected.Token(Token = "0x4000380")]
56 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
57 private bool _error;
58 }
59}
class f__AnonymousType0<< Count > j__TPar
ObsoleteAttribute(string message)
ObsoleteAttribute(string message, bool error)