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
DebuggerTypeProxyAttribute.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.Class | global::System.AttributeTargets.Struct, AllowMultiple = true)]
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x20005D0")]
11 public sealed class DebuggerTypeProxyAttribute : global::System.Attribute
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6002D53")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1C048D0", Offset = "0x1C048D0", Length = "0xDC")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
19 {
20 typeof(global::System.Type),
21 typeof(global::System.Type)
22 }, ReturnType = typeof(bool))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
25 public DebuggerTypeProxyAttribute(global::System.Type type)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x400195B")]
31 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
32 private string typeName;
33 }
34}
class f__AnonymousType0<< Count > j__TPar