Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ResourceLocation Enumeration

Specifies the resource location.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
<Flags>
<Serializable>
Public Enum ResourceLocation
[C#]
[Flags]
[Serializable]
public enum ResourceLocation
[C++]
[Flags]
[Serializable]
__value public enum ResourceLocation
[JScript]
public
   Flags
 Serializable
enum ResourceLocation

Members

Member name Description Value
ContainedInAnotherAssembly Specifies that the resource is contained in another assembly. 2
ContainedInManifestFile Specifies that the resource is contained in the manifest file. 4
Embedded Specifies an embedded (that is, non-linked) resource. 1

Requirements

Namespace: System.Reflection

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Mscorlib (in Mscorlib.dll)

See Also

System.Reflection Namespace

Show:
© 2017 Microsoft