terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ConsoleCancelEventArgs.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System
5
{
6
// Token: 0x02000127 RID: 295
7
[
Serializable
]
8
public
sealed
class
ConsoleCancelEventArgs
:
EventArgs
9
{
10
// Token: 0x06000B96 RID: 2966 RVA: 0x0001A118 File Offset: 0x00018318
11
internal
ConsoleCancelEventArgs
(
ConsoleSpecialKey
type)
12
{
13
if
(!
true
)
14
{
15
}
16
base
..ctor();
17
this._type
= type;
18
}
19
20
// Token: 0x17000101 RID: 257
21
// (get) Token: 0x06000B97 RID: 2967 RVA: 0x0001A138 File Offset: 0x00018338
22
public
bool
Cancel
23
{
24
[
CompilerGenerated
]
25
get
26
{
27
return
this.<
Cancel
>
k__BackingField
;
28
}
29
}
30
31
// Token: 0x06000B98 RID: 2968 RVA: 0x0001A14C File Offset: 0x0001834C
32
internal
ConsoleCancelEventArgs
()
33
{
34
throw
new
NotSupportedException
();
35
}
36
37
// Token: 0x0400041C RID: 1052
38
private
readonly
ConsoleSpecialKey
_type
;
39
40
// Token: 0x0400041D RID: 1053
41
[
CompilerGenerated
]
42
private
bool <Cancel>
k__BackingField
;
43
}
44
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ConsoleCancelEventArgs.ConsoleCancelEventArgs
ConsoleCancelEventArgs()
Definition
ConsoleCancelEventArgs.cs:32
System.ConsoleCancelEventArgs.k__BackingField
bool< Cancel > k__BackingField
Definition
ConsoleCancelEventArgs.cs:42
System.ConsoleCancelEventArgs._type
readonly ConsoleSpecialKey _type
Definition
ConsoleCancelEventArgs.cs:38
System.ConsoleCancelEventArgs.ConsoleCancelEventArgs
ConsoleCancelEventArgs(ConsoleSpecialKey type)
Definition
ConsoleCancelEventArgs.cs:11
System.ConsoleCancelEventArgs.Cancel
bool Cancel
Definition
ConsoleCancelEventArgs.cs:23
System.ConsoleCancelEventArgs
Definition
ConsoleCancelEventArgs.cs:9
System.EventArgs
Definition
EventArgs.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ConsoleSpecialKey
ConsoleSpecialKey
Definition
ConsoleSpecialKey.cs:7
System
Definition
__ComObject.cs:4
source
mscorlib
System
ConsoleCancelEventArgs.cs
Generated by
1.10.0