Name

ResourceLocation

Synopsis

This enumeration returns the location of a resource relative to the assembly.

public enum ResourceLocation {
   Embedded = 0x00000001,
   ContainedInAnotherAssembly = 0x00000002,
   ContainedInManifestFile = 0x00000004
}

Hierarchy

System.ObjectSystem.ValueTypeSystem.Enum(System.IComparable, System.IFormattable, System.IConvertible)ResourceLocation

Returned By

ManifestResourceInfo.ResourceLocation

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.