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
Alert.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Mono.Security.Interface
4
{
5
// Token: 0x02000044 RID: 68
6
public
class
Alert
7
{
8
// Token: 0x1700008E RID: 142
9
// (get) Token: 0x060001E7 RID: 487 RVA: 0x00008A44 File Offset: 0x00006C44
10
public
AlertLevel
Level
11
{
12
get
13
{
14
return
this.
level
;
15
}
16
}
17
18
// Token: 0x1700008F RID: 143
19
// (get) Token: 0x060001E8 RID: 488 RVA: 0x00008A58 File Offset: 0x00006C58
20
public
AlertDescription
Description
21
{
22
get
23
{
24
return
this.
description
;
25
}
26
}
27
28
// Token: 0x060001E9 RID: 489 RVA: 0x00008A6C File Offset: 0x00006C6C
29
public
Alert
(
AlertDescription
description
)
30
{
31
this.description
=
description
;
32
}
33
34
// Token: 0x060001EA RID: 490 RVA: 0x00008A90 File Offset: 0x00006C90
35
private
void
inferAlertLevel
()
36
{
37
if
(this.
description
==
AlertDescription
.CloseNotify)
38
{
39
return
;
40
}
41
this.level
=
AlertLevel
.Fatal;
42
}
43
44
// Token: 0x060001EB RID: 491 RVA: 0x00008AB0 File Offset: 0x00006CB0
45
public
override
string
ToString
()
46
{
47
AlertLevel
alertLevel
= this.
level
;
48
AlertDescription
alertDescription
= this.
description
;
49
string
text
;
50
return
text
;
51
}
52
53
// Token: 0x04000114 RID: 276
54
private
AlertLevel
level
;
55
56
// Token: 0x04000115 RID: 277
57
private
AlertDescription
description
;
58
}
59
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Mono.Security.Interface.Alert.Alert
Alert(AlertDescription description)
Definition
Alert.cs:29
Mono.Security.Interface.Alert.Level
AlertLevel Level
Definition
Alert.cs:11
Mono.Security.Interface.Alert.inferAlertLevel
void inferAlertLevel()
Definition
Alert.cs:35
Mono.Security.Interface.Alert.ToString
override string ToString()
Definition
Alert.cs:45
Mono.Security.Interface.Alert.Description
AlertDescription Description
Definition
Alert.cs:21
Mono.Security.Interface.Alert.level
AlertLevel level
Definition
Alert.cs:54
Mono.Security.Interface.Alert.description
AlertDescription description
Definition
Alert.cs:57
Mono.Security.Interface.Alert
Definition
Alert.cs:7
Mono.Security.Interface.AlertLevel
AlertLevel
Definition
AlertLevel.cs:7
Mono.Security.Interface.AlertDescription
AlertDescription
Definition
AlertDescription.cs:7
Mono.Security.Interface
Definition
Alert.cs:4
System.ExceptionArgument.text
@ text
System
Definition
__ComObject.cs:4
source
Mono.Security
Mono
Security
Interface
Alert.cs
Generated by
1.10.0