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
DebuggableAttribute.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Diagnostics
7{
8 [global::System.AttributeUsage(global::System.AttributeTargets.Assembly | global::System.AttributeTargets.Module, AllowMultiple = false)]
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x20005CC")]
11 public sealed class DebuggableAttribute : global::System.Attribute
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6002D51")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1C04830", Offset = "0x1C04830", Length = "0x28")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
21
22 [global::Cpp2ILInjected.Token(Token = "0x400194F")]
23 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
25
26 [global::System.Runtime.InteropServices.ComVisible(true)]
27 [global::System.Flags]
28 [global::Cpp2ILInjected.Token(Token = "0x20005CD")]
29 public enum DebuggingModes
30 {
31 [global::Cpp2ILInjected.Token(Token = "0x4001951")]
32 None = 0,
33 [global::Cpp2ILInjected.Token(Token = "0x4001952")]
34 Default = 1,
35 [global::Cpp2ILInjected.Token(Token = "0x4001953")]
37 [global::Cpp2ILInjected.Token(Token = "0x4001954")]
39 [global::Cpp2ILInjected.Token(Token = "0x4001955")]
41 }
42 }
43}
class f__AnonymousType0<< Count > j__TPar
DebuggableAttribute(DebuggableAttribute.DebuggingModes modes)
DebuggableAttribute.DebuggingModes m_debuggingModes