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
ResourceLocation.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Reflection
4
{
5
// Token: 0x020004EA RID: 1258
6
[Flags]
7
public
enum
ResourceLocation
8
{
9
// Token: 0x04001415 RID: 5141
10
ContainedInAnotherAssembly
= 2,
11
// Token: 0x04001416 RID: 5142
12
ContainedInManifestFile
= 4,
13
// Token: 0x04001417 RID: 5143
14
Embedded
= 1
15
}
16
}
System.Reflection.ResourceLocation
ResourceLocation
Definition
ResourceLocation.cs:8
System.Reflection.ResourceLocation.Embedded
@ Embedded
System.Reflection.ResourceLocation.ContainedInAnotherAssembly
@ ContainedInAnotherAssembly
System.Reflection.ResourceLocation.ContainedInManifestFile
@ ContainedInManifestFile
System.Reflection
Definition
AmbiguousMatchException.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
ResourceLocation.cs
Generated by
1.10.0