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
MovedFromAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
UnityEngine.Scripting.APIUpdating
4
{
5
// Token: 0x02000101 RID: 257
6
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Interface |
AttributeTargets
.Delegate)]
7
public
class
MovedFromAttribute
:
Attribute
8
{
9
// Token: 0x06000550 RID: 1360 RVA: 0x000098B8 File Offset: 0x00007AB8
10
public
MovedFromAttribute
(
string
sourceNamespace
)
11
{
12
this.data.nameSpace
=
sourceNamespace
;
13
this.data.assemblyHasChanged
= 256 != 0;
14
}
15
16
// Token: 0x0400042C RID: 1068
17
internal
MovedFromAttributeData
data
;
18
}
19
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
UnityEngine.Scripting.APIUpdating.MovedFromAttribute.MovedFromAttribute
MovedFromAttribute(string sourceNamespace)
Definition
MovedFromAttribute.cs:10
UnityEngine.Scripting.APIUpdating.MovedFromAttribute.data
MovedFromAttributeData data
Definition
MovedFromAttribute.cs:17
UnityEngine.Scripting.APIUpdating.MovedFromAttribute
Definition
MovedFromAttribute.cs:8
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
UnityEngine.Scripting.APIUpdating
Definition
MovedFromAttribute.cs:4
UnityEngine.Scripting.APIUpdating.MovedFromAttributeData
Definition
MovedFromAttributeData.cs:8
source
UnityEngine.CoreModule
UnityEngine
Scripting
APIUpdating
MovedFromAttribute.cs
Generated by
1.10.0