System.Reflection.ResourceLocation Enumeration

Assembly: Mscorlib.dll
Namespace: System.Reflection
Summary
Specifies the resource location.
C# Syntax:
[Flags]
[Serializable]
public enum ResourceLocation
See also:
System.Reflection Namespace

System.Reflection.ResourceLocation Member List:

Public Fields
ContainedInAnotherAssembly Specifies that the resource is contained in another assembly.
ContainedInManifestFile Specifies that the resource is contained in the manifest file.
Embedded Specifies an embedded (that is, non-linked) resource.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.