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
DebuggerTypeProxyAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Diagnostics
5
{
6
// Token: 0x020005D0 RID: 1488
7
[
AttributeUsage
(
AttributeTargets
.Assembly |
AttributeTargets
.Class |
AttributeTargets
.Struct, AllowMultiple =
true
)]
8
[
ComVisible
(
true
)]
9
public
sealed
class
DebuggerTypeProxyAttribute
:
Attribute
10
{
11
// Token: 0x06002D53 RID: 11603 RVA: 0x00064550 File Offset: 0x00062750
12
public
DebuggerTypeProxyAttribute
(
Type
type)
13
{
14
if
(!
true
)
15
{
16
}
17
this.typeName
= type;
18
}
19
20
// Token: 0x0400195B RID: 6491
21
private
string
typeName
;
22
}
23
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Diagnostics.DebuggerTypeProxyAttribute.DebuggerTypeProxyAttribute
DebuggerTypeProxyAttribute(Type type)
Definition
DebuggerTypeProxyAttribute.cs:12
System.Diagnostics.DebuggerTypeProxyAttribute.typeName
string typeName
Definition
DebuggerTypeProxyAttribute.cs:21
System.Diagnostics.DebuggerTypeProxyAttribute
Definition
DebuggerTypeProxyAttribute.cs:10
System.Type
Definition
Type.cs:12
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
DebuggerTypeProxyAttribute.cs
Generated by
1.10.0