mscorlib(4.0.0.0) API with additions
ResourceLocation.cs
2 
3 namespace System.Reflection
4 {
7  [Flags]
8  [ComVisible(true)]
9  [__DynamicallyInvokable]
10  public enum ResourceLocation
11  {
13  [__DynamicallyInvokable]
14  Embedded = 0x1,
16  [__DynamicallyInvokable]
19  [__DynamicallyInvokable]
21  }
22 }
Specifies that the resource is contained in the manifest file.
Definition: __Canon.cs:3
ResourceLocation
Specifies the resource location.
Specifies that the resource is contained in another assembly.
Specifies that the class can be serialized.