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
DefaultDependencyAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.CompilerServices
4
{
5
// Token: 0x02000498 RID: 1176
6
[
AttributeUsage
(
AttributeTargets
.Assembly)]
7
[
Serializable
]
8
public
sealed
class
DefaultDependencyAttribute
:
Attribute
9
{
10
// Token: 0x06002286 RID: 8838 RVA: 0x0004DA44 File Offset: 0x0004BC44
11
public
DefaultDependencyAttribute
(
LoadHint
loadHintArgument
)
12
{
13
this.loadHint
=
loadHintArgument
;
14
}
15
16
// Token: 0x040012E3 RID: 4835
17
private
LoadHint
loadHint
;
18
}
19
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Runtime.CompilerServices.DefaultDependencyAttribute.DefaultDependencyAttribute
DefaultDependencyAttribute(LoadHint loadHintArgument)
Definition
DefaultDependencyAttribute.cs:11
System.Runtime.CompilerServices.DefaultDependencyAttribute.loadHint
LoadHint loadHint
Definition
DefaultDependencyAttribute.cs:17
System.Runtime.CompilerServices.DefaultDependencyAttribute
Definition
DefaultDependencyAttribute.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.CompilerServices.LoadHint
LoadHint
Definition
LoadHint.cs:8
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
CompilerServices
DefaultDependencyAttribute.cs
Generated by
1.10.0