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
ObsoleteAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x020000E9 RID: 233
6
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Constructor |
AttributeTargets
.Method |
AttributeTargets
.Property |
AttributeTargets
.Field |
AttributeTargets
.Event |
AttributeTargets
.Interface |
AttributeTargets
.Delegate, Inherited =
false
)]
7
[
Serializable
]
8
public
sealed
class
ObsoleteAttribute
:
Attribute
9
{
10
// Token: 0x060008BF RID: 2239 RVA: 0x00015680 File Offset: 0x00013880
11
public
ObsoleteAttribute
()
12
{
13
}
14
15
// Token: 0x060008C0 RID: 2240 RVA: 0x00015694 File Offset: 0x00013894
16
public
ObsoleteAttribute
(
string
message)
17
{
18
this._message
= message;
19
}
20
21
// Token: 0x060008C1 RID: 2241 RVA: 0x000156B0 File Offset: 0x000138B0
22
public
ObsoleteAttribute
(
string
message,
bool
error)
23
{
24
this._message
= message;
25
}
26
27
// Token: 0x17000099 RID: 153
28
// (get) Token: 0x060008C2 RID: 2242 RVA: 0x000156CC File Offset: 0x000138CC
29
public
string
Message
30
{
31
get
32
{
33
return
this.
_message
;
34
}
35
}
36
37
// Token: 0x0400037F RID: 895
38
private
string
_message
;
39
40
// Token: 0x04000380 RID: 896
41
private
bool
_error
;
42
}
43
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ObsoleteAttribute.ObsoleteAttribute
ObsoleteAttribute()
Definition
ObsoleteAttribute.cs:11
System.ObsoleteAttribute._error
bool _error
Definition
ObsoleteAttribute.cs:41
System.ObsoleteAttribute._message
string _message
Definition
ObsoleteAttribute.cs:38
System.ObsoleteAttribute.ObsoleteAttribute
ObsoleteAttribute(string message)
Definition
ObsoleteAttribute.cs:16
System.ObsoleteAttribute.Message
string Message
Definition
ObsoleteAttribute.cs:30
System.ObsoleteAttribute.ObsoleteAttribute
ObsoleteAttribute(string message, bool error)
Definition
ObsoleteAttribute.cs:22
System.ObsoleteAttribute
Definition
ObsoleteAttribute.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
ObsoleteAttribute.cs
Generated by
1.10.0