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
ConsoleCancelEventArgs.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000127")]
9 [global::System.Serializable]
10 public sealed class ConsoleCancelEventArgs : global::System.EventArgs
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000B96")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C54D20", Offset = "0x1C54D20", Length = "0x6C")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Console), Member = "DoConsoleCancelEvent", 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 internal ConsoleCancelEventArgs(global::System.ConsoleSpecialKey type)
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x17000101")]
24 public bool Cancel
25 {
26 [global::System.Runtime.CompilerServices.CompilerGenerated]
27 [global::Cpp2ILInjected.Token(Token = "0x6000B97")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1C54D8C", Offset = "0x1C54D8C", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 get
31 {
32 throw null;
33 }
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6000B98")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1C54D94", Offset = "0x1C54D94", Length = "0x38")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x400041C")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
47 private readonly global::System.ConsoleSpecialKey _type;
48
49 [global::System.Runtime.CompilerServices.CompilerGenerated]
50 [global::Cpp2ILInjected.Token(Token = "0x400041D")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
52 private bool <Cancel>k__BackingField;
53 }
54}
class f__AnonymousType0<< Count > j__TPar
readonly global::System.ConsoleSpecialKey _type
ConsoleCancelEventArgs(global::System.ConsoleSpecialKey type)