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
TypeDependencyAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.CompilerServices
4
{
5
// Token: 0x0200049D RID: 1181
6
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Interface, AllowMultiple =
true
, Inherited =
false
)]
7
internal
sealed
class
TypeDependencyAttribute
:
Attribute
8
{
9
// Token: 0x0600228D RID: 8845 RVA: 0x0004DAF4 File Offset: 0x0004BCF4
10
public
TypeDependencyAttribute
(
string
typeName
)
11
{
12
do
13
{
14
base
..ctor();
15
}
16
while
(
typeName
==
null
);
17
this.typeName
=
typeName
;
18
}
19
20
// Token: 0x040012E9 RID: 4841
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.Runtime.CompilerServices.TypeDependencyAttribute.typeName
string typeName
Definition
TypeDependencyAttribute.cs:21
System.Runtime.CompilerServices.TypeDependencyAttribute.TypeDependencyAttribute
TypeDependencyAttribute(string typeName)
Definition
TypeDependencyAttribute.cs:10
System.Runtime.CompilerServices.TypeDependencyAttribute
Definition
TypeDependencyAttribute.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
TypeDependencyAttribute.cs
Generated by
1.10.0