System.Reflection.ResourceLocation public enum ResourceLocation Documentation Code namespace System.Reflection { public enum ResourceLocation { ContainedInAnotherAssembly = 2, ContainedInManifestFile = 4, Embedded = 1 } }