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
AssemblyLoadEventArgs.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200008A")]
10 public class AssemblyLoadEventArgs : global::System.EventArgs
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60003FF")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1BB62B8", Offset = "0x1BB62B8", Length = "0x6C")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AppDomain), Member = "DoAssemblyLoad", MemberParameters = new object[] { typeof(global::System.Reflection.Assembly) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.EventArgs), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
18 public AssemblyLoadEventArgs(global::System.Reflection.Assembly loadedAssembly)
19 {
20 throw null;
21 }
22
23 [global::System.Runtime.CompilerServices.CompilerGenerated]
24 [global::Cpp2ILInjected.Token(Token = "0x40001E5")]
25 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
26 private readonly global::System.Reflection.Assembly <LoadedAssembly>k__BackingField;
27 }
28}
class f__AnonymousType0<< Count > j__TPar
AssemblyLoadEventArgs(global::System.Reflection.Assembly loadedAssembly)
readonly global::System.Reflection.Assembly< LoadedAssembly > k__BackingField