Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Reflection.ResourceLocation
Assembly: System.Runtime
Specifies the resource location.
Values
Embedded
Specifies an embedded (that is, non-linked) resource.
ContainedInAnotherAssembly
Specifies that the resource is contained in another assembly.
ContainedInManifestFile
Specifies that the resource is contained in the manifest file.