August 2003
Intermediate to advanced
928 pages
32h 1m
English
ResourceLocation
This enumeration returns the location of a resource relative to the assembly.
public enum ResourceLocation { Embedded = 0x00000001, ContainedInAnotherAssembly = 0x00000002, ContainedInManifestFile = 0x00000004 }
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
ResourceLocation
ManifestResourceInfo.ResourceLocation