mscorlib(4.0.0.0) API with additions
LoadHint.cs
1
namespace
System.Runtime.CompilerServices
2
{
4
[
Serializable
]
5
public
enum
LoadHint
6
{
8
Default
,
10
Always,
12
Sometimes
13
}
14
}
System.Runtime.CompilerServices
Definition:
AccessedThroughPropertyAttribute.cs:3
System.Runtime.CompilerServices.LoadHint.Sometimes
The dependency is sometimes loaded.
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
System.Runtime.CompilerServices.LoadHint
LoadHint
Specifies the preferred default binding for a dependent assembly.
Definition:
LoadHint.cs:5
System.GCCollectionMode.Default
The default setting for this enumeration, which is currently F:System.GCCollectionMode....
All cs
System.Runtime.CompilerServices
LoadHint.cs
Generated by
1.8.15