mscorlib(4.0.0.0) API with additions
ResourceLocation.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Reflection
4
{
6
[
Serializable
]
7
[Flags]
8
[ComVisible(
true
)]
9
[__DynamicallyInvokable]
10
public
enum
ResourceLocation
11
{
13
[__DynamicallyInvokable]
14
Embedded = 0x1,
16
[__DynamicallyInvokable]
17
ContainedInAnotherAssembly
= 0x2,
19
[__DynamicallyInvokable]
20
ContainedInManifestFile
= 0x4
21
}
22
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Reflection.ResourceLocation.ContainedInManifestFile
Specifies that the resource is contained in the manifest file.
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Reflection.ResourceLocation
ResourceLocation
Specifies the resource location.
Definition:
ResourceLocation.cs:10
System.Reflection.ResourceLocation.ContainedInAnotherAssembly
Specifies that the resource is contained in another assembly.
System.Reflection
Definition:
__Filters.cs:1
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
All cs
System.Reflection
ResourceLocation.cs
Generated by
1.8.15