System.Reflection.ResourceLocation

E697562

System.Reflection.ResourceLocation is an enumeration in the .NET reflection library that specifies where a resource is stored, such as embedded in an assembly or contained in a separate file.

All labels observed (2)

How this entity was disambiguated

Statements (27)

Predicate Object
instanceOf .NET enum
enumeration
assembly mscorlib
linked to: mscorlib.dll
attribute [Flags]
canCombineValues true
category reflection API
definedIn System.Runtime.dll
mscorlib.dll
documentation https://learn.microsoft.com/dotnet/api/system.reflection.resourcelocation
framework .NET
.NET Core
.NET Framework
introducedIn .NET Framework 1.0
linked to: .NET Framework
isFlagsEnum true
language C#
member ContainedInAnotherAssembly
ContainedInManifestFile
Embedded
memberValue ContainedInAnotherAssembly = 2
ContainedInManifestFile = 4
Embedded = 1
namespace System.Reflection
platform Common Language Runtime
purpose specify where a manifest resource is stored
typicalUse returned by ManifestResourceInfo.ResourceLocation property
underlyingType System.Int32
usedBy System.Reflection.ManifestResourceInfo

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.Reflection containsType System.Reflection.ResourceLocation
System.Reflection.ResourceLocation typicalUse returned by ManifestResourceInfo.ResourceLocation property
linked to: System.Reflection.ResourceLocation