Expand Minimize
0 out of 1 rated this helpful - Rate this topic

ResourceLocation Enumeration

Specifies the resource location.

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

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)

[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[FlagsAttribute] 
public enum ResourceLocation
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute FlagsAttribute() */ 
public enum ResourceLocation
SerializableAttribute 
ComVisibleAttribute(true) 
FlagsAttribute 
public enum ResourceLocation
 Member nameDescription
ContainedInAnotherAssemblySpecifies that the resource is contained in another assembly. 
ContainedInManifestFileSpecifies that the resource is contained in the manifest file. 
EmbeddedSpecifies an embedded (that is, non-linked) resource. 

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1, 1.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.