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
DebuggerDisplayAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Diagnostics
5
{
6
// Token: 0x020005D1 RID: 1489
7
[
AttributeUsage
(
AttributeTargets
.Assembly |
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Property |
AttributeTargets
.Field |
AttributeTargets
.Delegate, AllowMultiple =
true
)]
8
[
ComVisible
(
true
)]
9
public
sealed
class
DebuggerDisplayAttribute
:
Attribute
10
{
11
// Token: 0x06002D54 RID: 11604 RVA: 0x00064570 File Offset: 0x00062770
12
public
DebuggerDisplayAttribute
(
string
value
)
13
{
14
if
(
value
!=
null
)
15
{
16
this.value
=
value
;
17
return
;
18
}
19
this.value
=
""
;
20
this.name
=
""
;
21
this.type
=
""
;
22
}
23
24
// Token: 0x0400195C RID: 6492
25
private
string
name
;
26
27
// Token: 0x0400195D RID: 6493
28
private
string
value
;
29
30
// Token: 0x0400195E RID: 6494
31
private
string
type
;
32
}
33
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Diagnostics.DebuggerDisplayAttribute.type
string type
Definition
DebuggerDisplayAttribute.cs:31
System.Diagnostics.DebuggerDisplayAttribute.value
string value
Definition
DebuggerDisplayAttribute.cs:28
System.Diagnostics.DebuggerDisplayAttribute.name
string name
Definition
DebuggerDisplayAttribute.cs:25
System.Diagnostics.DebuggerDisplayAttribute.DebuggerDisplayAttribute
DebuggerDisplayAttribute(string value)
Definition
DebuggerDisplayAttribute.cs:12
System.Diagnostics.DebuggerDisplayAttribute
Definition
DebuggerDisplayAttribute.cs:10
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Diagnostics
DebuggerDisplayAttribute.cs
Generated by
1.10.0