mscorlib(4.0.0.0) API with additions
LoadHint.cs
2 {
5  public enum LoadHint
6  {
8  Default,
10  Always,
12  Sometimes
13  }
14 }
The dependency is sometimes loaded.
Specifies that the class can be serialized.
LoadHint
Specifies the preferred default binding for a dependent assembly.
Definition: LoadHint.cs:5
The default setting for this enumeration, which is currently F:System.GCCollectionMode....