mscorlib(4.0.0.0) API with additions
ComponentGuaranteesOptions.cs
2 {
5  [Flags]
7  {
9  None = 0x0,
11  Exchange = 0x1,
13  Stable = 0x2,
15  SideBySide = 0x4
16  }
17 }
The component has been tested to work when more than one version of the assembly is loaded into the s...
ComponentGuaranteesOptions
Describes the compatibility guarantee of a component, type, or type member that may span multiple ver...
The developer promises stable compatibility across versions. Consumers of the type can expect that fu...
The developer promises multi-version exchange compatibility for the type. Consumers of the type can e...
Specifies that the class can be serialized.