mscorlib(4.0.0.0) API with additions
CompilationRelaxations.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Runtime.CompilerServices
4
{
6
[
Serializable
]
7
[Flags]
8
[ComVisible(
true
)]
9
public
enum
CompilationRelaxations
10
{
12
NoStringInterning
= 0x8
13
}
14
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.CompilerServices
Definition:
AccessedThroughPropertyAttribute.cs:3
System.Runtime.CompilerServices.CompilationRelaxations.NoStringInterning
Marks an assembly as not requiring string-literal interning.
System.Runtime.CompilerServices.CompilationRelaxations
CompilationRelaxations
Specifies parameters that control the strictness of the code generated by the common language runtime...
Definition:
CompilationRelaxations.cs:9
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
All cs
System.Runtime.CompilerServices
CompilationRelaxations.cs
Generated by
1.8.15