mscorlib(4.0.0.0) API with additions
AssemblyVersionCompatibility.cs
2 
4 {
7  [ComVisible(true)]
9  {
11  SameMachine = 1,
16  }
17 }
The assembly cannot execute with other versions if they are executing on the same machine.
Definition: __Canon.cs:3
The assembly cannot execute with other versions if they are executing in the same application domain.
The assembly cannot execute with other versions if they are executing in the same process.
AssemblyVersionCompatibility
Defines the different types of assembly version compatibility. This feature is not available in versi...
Specifies that the class can be serialized.