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
TypeForwardedFromAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.CompilerServices
4
{
5
// Token: 0x02000481 RID: 1153
6
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Interface |
AttributeTargets
.Delegate, Inherited =
false
, AllowMultiple =
false
)]
7
public
sealed
class
TypeForwardedFromAttribute
:
Attribute
8
{
9
// Token: 0x0600222B RID: 8747 RVA: 0x0004D060 File Offset: 0x0004B260
10
public
TypeForwardedFromAttribute
(
string
assemblyFullName
)
11
{
12
bool
flag =
string
.IsNullOrEmpty(
assemblyFullName
);
13
this.AssemblyFullName
=
assemblyFullName
;
14
}
15
16
// Token: 0x17000470 RID: 1136
17
// (get) Token: 0x0600222C RID: 8748 RVA: 0x0004D084 File Offset: 0x0004B284
18
public
string
AssemblyFullName
19
{
20
[
CompilerGenerated
]
21
get
22
{
23
return
this.<
AssemblyFullName
>
k__BackingField
;
24
}
25
}
26
27
// Token: 0x040012B8 RID: 4792
28
[
CompilerGenerated
]
29
private
readonly
string <AssemblyFullName>
k__BackingField
;
30
}
31
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Runtime.CompilerServices.TypeForwardedFromAttribute.AssemblyFullName
string AssemblyFullName
Definition
TypeForwardedFromAttribute.cs:19
System.Runtime.CompilerServices.TypeForwardedFromAttribute.TypeForwardedFromAttribute
TypeForwardedFromAttribute(string assemblyFullName)
Definition
TypeForwardedFromAttribute.cs:10
System.Runtime.CompilerServices.TypeForwardedFromAttribute.k__BackingField
readonly string< AssemblyFullName > k__BackingField
Definition
TypeForwardedFromAttribute.cs:29
System.Runtime.CompilerServices.TypeForwardedFromAttribute
Definition
TypeForwardedFromAttribute.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
TypeForwardedFromAttribute.cs
Generated by
1.10.0