Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ResourceLocation.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
public
enum
ResourceLocation
5
{
6
ContainedInAnotherAssembly
= 2,
7
ContainedInManifestFile
= 4,
8
Embedded
= 1
9
}
System.Reflection.ResourceLocation
ResourceLocation
Definition
ResourceLocation.cs:5
System.Reflection.ResourceLocation.Embedded
@ Embedded
System.Reflection.ResourceLocation.ContainedInAnotherAssembly
@ ContainedInAnotherAssembly
System.Reflection.ResourceLocation.ContainedInManifestFile
@ ContainedInManifestFile
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
ResourceLocation.cs
Generated by
1.10.0