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
DebuggerBrowsableAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Diagnostics
5
{
6
// Token: 0x020005CF RID: 1487
7
[
ComVisible
(
true
)]
8
[
AttributeUsage
(
AttributeTargets
.Property |
AttributeTargets
.Field, AllowMultiple =
false
)]
9
public
sealed
class
DebuggerBrowsableAttribute
:
Attribute
10
{
11
// Token: 0x06002D52 RID: 11602 RVA: 0x00064534 File Offset: 0x00062734
12
public
DebuggerBrowsableAttribute
(
DebuggerBrowsableState
state
)
13
{
14
this.state
=
state
;
15
}
16
17
// Token: 0x0400195A RID: 6490
18
private
DebuggerBrowsableState
state
;
19
}
20
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Diagnostics.DebuggerBrowsableAttribute.state
DebuggerBrowsableState state
Definition
DebuggerBrowsableAttribute.cs:18
System.Diagnostics.DebuggerBrowsableAttribute.DebuggerBrowsableAttribute
DebuggerBrowsableAttribute(DebuggerBrowsableState state)
Definition
DebuggerBrowsableAttribute.cs:12
System.Diagnostics.DebuggerBrowsableAttribute
Definition
DebuggerBrowsableAttribute.cs:10
System.Diagnostics.DebuggerBrowsableState
DebuggerBrowsableState
Definition
DebuggerBrowsableState.cs:9
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
DebuggerBrowsableAttribute.cs
Generated by
1.10.0