Name

ResourceLocation

Synopsis

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

Public Enum ResourceLocation
                  Embedded = &H000000001
                  ContainedInAnotherAssembly = &H000000002
                  ContainedInManifestFile = &H000000004
End Enum

Hierarchy

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

Returned By

ManifestResourceInfo.ResourceLocation

Get VB.NET Core Classes 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.