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
NotImplemented.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000124")]
10 internal static class NotImplemented
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000100")]
13 internal static global::System.Exception ByDesign
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000B92")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1C4E7F0", Offset = "0x1C4E7F0", Length = "0x54")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "get_IsConstructedGenericType", ReturnType = typeof(bool))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "get_IsSZArray", ReturnType = typeof(bool))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetEnumValues", ReturnType = typeof(global::System.Array))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MemberInfo), Member = "get_Module", ReturnType = typeof(global::System.Reflection.Module))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MethodBase), Member = "get_IsSecurityCritical", ReturnType = typeof(bool))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MethodInfo), Member = "get_ReturnParameter", ReturnType = typeof(global::System.Reflection.ParameterInfo))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MethodInfo), Member = "get_ReturnType", ReturnType = typeof(global::System.Type))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Module), Member = "get_Assembly", ReturnType = typeof(global::System.Reflection.Assembly))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Module), Member = "get_FullyQualifiedName", ReturnType = typeof(string))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Module), Member = "get_ModuleVersionId", ReturnType = typeof(global::System.Guid))]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Module), Member = "get_ScopeName", ReturnType = typeof(string))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Module), Member = "IsResource", ReturnType = typeof(bool))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Module), Member = "IsDefined", MemberParameters = new object[]
30 {
31 typeof(global::System.Type),
32 typeof(bool)
33 }, ReturnType = typeof(bool))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Module), Member = "GetCustomAttributes", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object[]))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Module), Member = "GetCustomAttributes", MemberParameters = new object[]
36 {
37 typeof(global::System.Type),
38 typeof(bool)
39 }, ReturnType = typeof(object[]))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.Module), Member = "GetObjectData", MemberParameters = new object[]
41 {
42 typeof(global::System.Runtime.Serialization.SerializationInfo),
43 typeof(global::System.Runtime.Serialization.StreamingContext)
44 }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.ParameterInfo), Member = "get_DefaultValue", ReturnType = typeof(object))]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
49 get
50 {
51 throw null;
52 }
53 }
54 }
55}
class f__AnonymousType0<< Count > j__TPar
static global::System.Exception ByDesign