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.

Try in SPARQL Jump to: Statements Referenced by

Statements (27)

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

Referenced by (1)

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

System.Reflection containsType System.Reflection.ResourceLocation