Namespace DotNext.Runtime
Classes
BoxedValue<T>
Represents a typed representation of the boxed value type.
GCNotification
Provides a way to receive notifications from Garbage Collector asynchronously.
Intrinsics
Represents highly optimized runtime intrinsic methods.
SoftReferenceOptions
Allows to configure behavior of SoftReference<T>.
SoftReference<T>
Represents a form of weak reference which is eligible for garbage collection in Generation 2 only.
Structs
GCLatencyModeScope
Represents lexical scope of the specific GC latency mode.
GCNotification.Registration
Represents callback registration.
ReadOnlyValueReference<T>
Represents an immutable reference to the field.
ValueReference<T>
Represents a mutable reference to the field.
Enums
SoftReferenceState
Represents state of the referenced object.